reintroduce "n" as a synonym for ";" and " "
This commit is contained in:
@@ -157,7 +157,7 @@
|
|||||||
write(' '),
|
write(' '),
|
||||||
'$write_eq'(ThreadedGoals, NewVarList, 20),
|
'$write_eq'(ThreadedGoals, NewVarList, 20),
|
||||||
'$read_input'(ThreadedGoals, NewVarList)
|
'$read_input'(ThreadedGoals, NewVarList)
|
||||||
; member(C, [';', ' ']) ->
|
; member(C, [';', ' ', n]) ->
|
||||||
nl, write('; '), false
|
nl, write('; '), false
|
||||||
; C = h ->
|
; C = h ->
|
||||||
'$help_message',
|
'$help_message',
|
||||||
|
|||||||
Reference in New Issue
Block a user