diff options
Diffstat (limited to 'example.pl')
-rw-r--r-- | example.pl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -24,6 +24,3 @@ tester(A, B) :- true. =(A,A). -length([], zero). -length([Head|Tail], suc(Length)) :- - length(Tail, Length). |
index : pprolog | ||
A new prolog interpreter for Plan 9. Replaces the old pprolog project. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | example.pl | 3 |
@@ -24,6 +24,3 @@ tester(A, B) :- true. =(A,A). -length([], zero). -length([Head|Tail], suc(Length)) :- - length(Tail, Length). |