diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-06-29 16:28:09 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-06-29 16:28:09 +0000 |
commit | 8fdf0bc6e9770e2cea4d8e18299ff5a8a9aa0802 (patch) | |
tree | 34f90a0006bf6e06be587cd0d7a71aa8408b8c9c /example.pl | |
parent | 02145f06ac007d730bc16930185fe18fa3e76c68 (diff) |
Fix some parser errors, and accept clauses without a body
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 |