diff options
Diffstat (limited to 'system.pl')
-rw-r--r-- | system.pl | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -69,8 +69,6 @@ If ; _ :- _ ; Else :- Else. -A , B :- A , B. - % Term unification A = A. @@ -696,3 +694,6 @@ halt :- consult(File) :- loader:load_module_from_file(File). + +twice(!) :- '$write_term'(4, 'C ', []). +twice(true) :- '$write_term'(4, 'Moss ', []).
\ No newline at end of file |