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

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