]> Repositorios git - scryer-prolog.git/commitdiff
Added Space for continuation
authornotoria <[email protected]>
Sat, 18 Apr 2020 14:57:45 +0000 (16:57 +0200)
committernotoria <[email protected]>
Sat, 18 Apr 2020 14:57:45 +0000 (16:57 +0200)
src/prolog/toplevel.pl

index dc58c3860ad8daa6606b6ffc026d65d7634eb87f..f2adba33a7fd45b27ca7595d88f3113c99135457 100644 (file)
        '$read_input'(ThreadedGoals, NewVarList)
     ;  C == (';') ->
        nl, write(';  '), false
+    ;  C == (' ') ->
+       nl, write(';  '), false
     ;  C == h ->
        '$help_message',
        '$read_input'(ThreadedGoals, NewVarList)