python
This commit is contained in:
@@ -322,6 +322,9 @@ Succeeds once.
|
||||
*/
|
||||
true :- true.
|
||||
|
||||
live :-
|
||||
'$live'.
|
||||
|
||||
'$live' :-
|
||||
'$init_system',
|
||||
'$do_live'.
|
||||
|
@@ -251,7 +251,7 @@ current_op(X,Y,Z) :-
|
||||
|
||||
|
||||
prolog :-
|
||||
'$live'.
|
||||
live.
|
||||
|
||||
%%% current ....
|
||||
|
||||
|
Reference in New Issue
Block a user