ENHANCED: "f" on toplevel to report answers up to the next multiple of 5.

This makes counting solutions easy.
This commit is contained in:
Markus Triska
2022-05-21 18:20:08 +02:00
parent b6f77f4e6f
commit 47a6b498e3
3 changed files with 14 additions and 10 deletions

View File

@@ -202,8 +202,9 @@ predicates it defines. For example, with the program shown above:
Press `SPACE` to show further answers, if any exist. Press `RETURN`
or `.` to abort the search and return to the
toplevel prompt. Press `f` to see the next 5 answers, and
`a` to see all answers. Press `h` to show a help message.
toplevel prompt. Press `f` to see up to the next multiple of
5 answers, and `a` to see all answers. Press `h` to show a help
message.
Use `TAB` to complete atoms and predicate names in queries. For
instance, after consulting the program above, typing `decl` followed