[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
PrologSave
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
PrologSave
(Prolog) save
Extended example from the Visual Prolog Help file.
DOMAINS
intList = integer*
FACTS
fact1(integer,string,intList)
fact2(integer,string)
CLAUSES
fact1(1,"fact1",[1,2,3]).
fact1(2,"fact2",[1,3]).
fact1(3,"fact2",[3,2,1]).
fact2(1,"one").
fact2(1,"one once more").
fact2(2,"two").
GOAL:
save("C:/Bilderbikkel/BilderbikkelTest.txt").
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
