|
Revision 1460, 374 bytes
(checked in by pmoura, 4 years ago)
|
|
Updated release number to 2.21.0.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | ================================================================= |
|---|
| 3 | Logtalk - Object oriented extension to Prolog |
|---|
| 4 | Release 2.21.0 |
|---|
| 5 | |
|---|
| 6 | Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. |
|---|
| 7 | ================================================================= |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | The all_loader.lgt file will load all the entities loaded by the other |
|---|
| 11 | loader files: |
|---|
| 12 | |
|---|
| 13 | | ?- logtalk_load(all_loader). |
|---|