7f6c6af7d5
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1218 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
20 lines
548 B
Plaintext
20 lines
548 B
Plaintext
The example in this folder is an adaptation of an example of POEM, an
|
|
object-oriented extension to Prolog developed by Ben Staveley-Taylor.
|
|
|
|
To load all entities in this example compile and load the loader file:
|
|
|
|
| ?- logtalk_load(loader).
|
|
|
|
Contrary to the other cases, to test this example consult the Prolog
|
|
file SCRIPT and then call the predicate run/0 to run the example.
|
|
|
|
Original author contact:
|
|
|
|
Ben Staveley-Taylor,
|
|
Plessey Electronic Systems Research Ltd.,
|
|
Roke Manor,
|
|
ROMSEY,
|
|
Hants. SO5 0ZN.
|
|
|
|
Tel. Romsey (0794) 515222 ext 311
|