diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-22 22:24:18 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2021-07-22 22:24:18 +0000 |
commit | 9cc17961834515fd9e09683738a0137964076dd7 (patch) | |
tree | 1ec66d74fc371a6fdacda0398147afc70514c657 /system.pl | |
parent | 48da622d4ad0b4acfe9005dd318ac3f20b4e8672 (diff) |
Fix ; again haha, I can't just wrap variable goals in call/1 due to cuts being local in a call
Diffstat (limited to 'system.pl')
-rw-r--r-- | system.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ _ -> _ ; Else :- If ; _ :- If. - _ ; Else :- Else. |