Merge pull request #1254 from triska/valid_dotdotdot
ENHANCED: Make toplevel output a Prolog term that can be read back also for "...".
This commit is contained in:
@@ -330,7 +330,7 @@ read_input(ThreadedGoals, NewVarList) :-
|
||||
help_message,
|
||||
read_input(ThreadedGoals, NewVarList)
|
||||
; member(C, ['\n', .]) ->
|
||||
nl, write('; ...'), nl
|
||||
nl, write('; ... .'), nl
|
||||
; read_input(ThreadedGoals, NewVarList)
|
||||
).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user