|
Revision 4000, 489 bytes
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.31.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================ |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | To load all entities in this group load the dependents_loader.lgt |
|---|
| 10 | utility file: |
|---|
| 11 | |
|---|
| 12 | | ?- logtalk_load(dependents_loader). |
|---|
| 13 | |
|---|
| 14 | The categories "observer" and "subject" implement the Smalltalk |
|---|
| 15 | dependent handling mechanism. |
|---|