diff options
Diffstat (limited to 'stdlib.pl')
-rw-r--r-- | stdlib.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,10 +16,13 @@ If -> Then :- If -> Then ; _ :- If, !, Then. + _ -> _ ; Else :- !, Else. + If ; _ :- If. + _ ; Else :- Else. |