9f1b358c04
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1486 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
24 lines
619 B
Plaintext
24 lines
619 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(poem(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. On
|
|
most Prolog compilers, you can type:
|
|
|
|
| ?- ['SCRIPT'], run.
|
|
|
|
|
|
Original author contact:
|
|
|
|
Ben Staveley-Taylor,
|
|
Plessey Electronic Systems Research Ltd.,
|
|
Roke Manor,
|
|
ROMSEY,
|
|
Hants. SO5 0ZN.
|
|
|
|
Tel. Romsey (0794) 515222 ext 311
|