diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/print.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/print.txt b/docs/print.txt new file mode 100644 index 0000000..6c6c032 --- /dev/null +++ b/docs/print.txt | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND print | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | print [$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Prints memorized sequences. If no argument is given, it prints all memorized | ||
| 9 | scrambles ($ only). If $ID or @ID is specified, it only prints the relative | ||
| 10 | memorized sequence. | ||
| 11 | |||
| 12 | EXAMPLES | ||
| 13 | |||
| 14 | Prints a list of all memorized scrambles (only $). | ||
| 15 | print $2 | ||
| 16 | Prints the second memorized scramble. | ||
| 17 | print @13 | ||
| 18 | Prints the 13th sequence that was part of the output of the last command. | ||
| 19 | |||
