; What = pure_world.
```
-Press `SPACE` to show further answers, if any exist. Press `.` to
-abort the search and return to the toplevel prompt.
+Press `SPACE` to show further answers, if any exist. Press `RETURN` or
+ `.` to abort the search and return to the toplevel prompt.
Press `h` to show a help message.
To quit Scryer Prolog, use the standard predicate `halt/0`:
; C = h ->
'$help_message',
'$read_input'(ThreadedGoals, NewVarList)
- ; C = '.' ->
+ ; member(C, ['\n', .]) ->
nl, write('; ...'), nl
; '$read_input'(ThreadedGoals, NewVarList)
).
'$help_message' :-
nl, nl,
write('SPACE, "n" or ";": next solution, if any\n'),
- write('".": stop enumeration\n'),
+ write('RETURN or ".": stop enumeration\n'),
write('"h": display this help message\n'),
write('"w": write terms without depth limit\n'),
write('"p": print terms with depth limit\n\n').