|
Revision 1460, 0.5 KB
(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 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.21.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | To load all entities in this group load the metapredicates_loader.lgt |
|---|
| 10 | utility file: |
|---|
| 11 | |
|---|
| 12 | | ?- logtalk_load(metapredicates_loader). |
|---|
| 13 | |
|---|
| 14 | The object loop implements several kinds of loops typical of imperative |
|---|
| 15 | languages. |
|---|
| 16 | |
|---|
| 17 | The object meta implements common Prolog metapredicates like apply/2 |
|---|
| 18 | and map/3. |
|---|