ENHANCED: Make toplevel output a Prolog term that can be read back also for "...".

This addresses #1240.
This commit is contained in:
Markus Triska
2022-01-28 18:47:55 +01:00
parent b3006f6fd8
commit 2e57789d10

View File

@@ -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)
).