added swipl

pull/3/head
Igor Chubin 7 years ago
parent 987b18d4e3
commit 475e68295a

@ -0,0 +1,10 @@
# swipl
# SWI-Prolog is a versatile implementation of the Prolog language.
# run plolog interpreter in interactive mode
swipl
# consult file.pl, run goal mygoal(3,foo)
# and then halt the interpreter without entering interactive mode
swipl -s file.pl -g "mygoal(3,foo)." -t halt.
Loading…
Cancel
Save