diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/invert.txt | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
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 | |||
