diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/invert.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/invert.txt b/docs/invert.txt new file mode 100644 index 0000000..e4644e4 --- /dev/null +++ b/docs/invert.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND invert | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | invert [MOVES|$ID|@ID] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | Inverts a sequence of moves, which can be given also as $ID or @ID. The given | ||
| 9 | sequence must not use NISS (if it does, use the command unniss first). | ||
| 10 | |||
| 11 | EXAMPLES | ||
| 12 | invert F R D' | ||
| 13 | Prints D R' F' | ||
| 14 | |||
