diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-11 21:37:34 +0100 |
| commit | 3568412f8f230774d0d11d7ed1c897424f95d3ef (patch) | |
| tree | 77223792d8c925a9b1fc32b3f4341e943b5f8209 /docs/change.txt | |
| parent | 67e1b5e6e6a2c917a2fe58a37a1382c982b1e5c5 (diff) | |
| download | nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.tar.gz nissy-3568412f8f230774d0d11d7ed1c897424f95d3ef.zip | |
Rewritten from scratch. Welocme nissy 2.0!
Diffstat (limited to '')
| -rw-r--r-- | docs/change.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/change.txt b/docs/change.txt deleted file mode 100644 index b6bba0e..0000000 --- a/docs/change.txt +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND change | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | change $ID1 [MOVES|$ID2|@ID2] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Changes the scramble $ID1 to either MOVES, the scramble $ID2, the output @ID2 | ||
| 9 | or, if none is specified, the moves entered by the user. The scramble that was | ||
| 10 | memorized under $ID1 is then lost. | ||
| 11 | Mnemonic: "change x to y", or just "change x". | ||
| 12 | |||
| 13 | EXAMPLES | ||
| 14 | change $1 | ||
| 15 | The user is required to type the moves that will replace $1. | ||
| 16 | change $2 $3 | ||
| 17 | Saves the scramble that was saved under $3 in $2. Now $2 and $3 are the same | ||
| 18 | scrambles, and the old $2 is lost. | ||
| 19 | change $1 U R | ||
| 20 | Saves U R as scramble $1. | ||
| 21 | |||
