diff --git a/pages/common/swipl.md b/pages/common/swipl.md new file mode 100644 index 000000000..7b8dfd43c --- /dev/null +++ b/pages/common/swipl.md @@ -0,0 +1,24 @@ +# swipl + +> SWI-Prolog - A comprehensive free Prolog environment. +> More information: . + +- Start an interactive session: + +`swipl` + +- Execute a command without showing any output: + +`swipl --quiet -t "{{command}}"` + +- Execute a script: + +`swipl {{path/to/file.pl}}` + +- Print all shell configuration variables: + +`swipl --dump-runtime-variables` + +- Print the version: + +`swipl --version`