|
Revision 2, 505 bytes
(checked in by pmoura, 7 years ago)
|
|
Initial revision
|
-
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.9.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | To load all objects in this group consult the metapredicates.loader |
|---|
| 10 | utility file. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | The object loop implements several kinds of loops typical of imperative |
|---|
| 14 | languages. |
|---|
| 15 | |
|---|
| 16 | The object meta implements common Prolog metapredicates like apply/2 |
|---|
| 17 | and map/3. |
|---|