diff options
-rw-r--r-- | example.pl | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,5 +22,3 @@ curly(A) :- A = {one,two,three}. tester(A, B) :- !, A = B. tester(A, B) :- true. -=(A,A). - |
index : pprolog | ||
A new prolog interpreter for Plan 9. Replaces the old pprolog project. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | example.pl | 2 |
@@ -22,5 +22,3 @@ curly(A) :- A = {one,two,three}. tester(A, B) :- !, A = B. tester(A, B) :- true. -=(A,A). - |