]> Repositorios git - scryer-prolog.git/commitdiff
ENHANCED: Make toplevel output a Prolog term that can be read back also for "...".
authorMarkus Triska <[email protected]>
Fri, 28 Jan 2022 17:47:55 +0000 (18:47 +0100)
committerMarkus Triska <[email protected]>
Fri, 28 Jan 2022 17:47:55 +0000 (18:47 +0100)
This addresses #1240.

src/toplevel.pl

index 290b92e97736197196daef2783169ab17f9d034a..c72089e9157205e2e1904de73ae35ca89c95b43b 100644 (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)
     ).