syntax error

This commit is contained in:
Vítor Santos Costa
2013-11-04 22:31:43 +00:00
parent 0788a6c857
commit 98b4f64b40
2 changed files with 2 additions and 2 deletions

View File

@@ -651,7 +651,7 @@ debugging :-
read(user,G),
% don't allow yourself to be caught by creep.
'$swi_current_prolog_flag'(debug, OldDeb),
'$swi_set_prolog_flag'(debug, false)
'$swi_set_prolog_flag'(debug, false),
( '$execute'(G) -> true ; true),
'$swi_set_prolog_flag'(debug, OldDeb),
% '$skipeol'(0'!), % '