diff options
Diffstat (limited to 'example.pl')
-rw-r--r-- | example.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +:- module(example, []). + math(A,B,C,D) :- D is A + B + C * A. parentest :- |
index : pprolog | ||
A new prolog interpreter for Plan 9. Replaces the old pprolog project. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | example.pl | 2 |
@@ -1,3 +1,5 @@ +:- module(example, []). + math(A,B,C,D) :- D is A + B + C * A. parentest :- |