diff options
Diffstat (limited to 'example.pl')
-rw-r--r-- | example.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ math(A,B,C,D) :- D is A + B + C * A. -true :- 1 = 1. +true.
\ No newline at end of file |
index : pprolog | ||
A new prolog interpreter for Plan 9. Replaces the old pprolog project. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | example.pl | 2 |
@@ -2,4 +2,4 @@ math(A,B,C,D) :- D is A + B + C * A. -true :- 1 = 1. +true.
\ No newline at end of file |