ENHANCED: the toplevel interaction now supports RETURN as a synonym for "."

This is made possible due to the recent improvements by @notoria.
This commit is contained in:
Markus Triska
2020-04-18 17:47:24 +02:00
committed by Mark Thom
parent 5c4863dfb1
commit 450591d5a9
2 changed files with 4 additions and 4 deletions

View File

@@ -168,8 +168,8 @@ predicates it defines. For example, with the program shown above:
; 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`: