Removed $raw_input_read_char
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
).
|
||||
|
||||
'$read_input'(ThreadedGoals, NewVarList) :-
|
||||
'$raw_input_read_char'(C),
|
||||
'$get_single_char'(C),
|
||||
( C == w ->
|
||||
nl,
|
||||
write(' '),
|
||||
@@ -162,8 +162,9 @@
|
||||
; C == h ->
|
||||
'$help_message',
|
||||
'$read_input'(ThreadedGoals, NewVarList)
|
||||
; C == '.',
|
||||
; C == '.' ->
|
||||
nl, write('; ...'), nl
|
||||
; '$read_input'(ThreadedGoals, NewVarList)
|
||||
).
|
||||
|
||||
'$help_message' :-
|
||||
|
||||
Reference in New Issue
Block a user