diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /data/help/forward |
FICS 1.6.2
Diffstat (limited to 'data/help/forward')
-rw-r--r-- | data/help/forward | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/help/forward b/data/help/forward new file mode 100644 index 0000000..a363cab --- /dev/null +++ b/data/help/forward @@ -0,0 +1,23 @@ + +forward + +Usage: forward [#] + + This command is used by a person examining a game in order to move forward +in the sequence of the game's moves. The # is half_moves. Example: "forward +40" -- game will go forward 40 half-moves (20 for White and 20 for Black). +If # is not specified, 1 will be used. If you type "forward 999" the game's +final position will be displayed. + +SPECIAL NOTES + +(1) This command does not work for new games, only stored games. + +(2) This command works only on the mainline of stored games, not variations +branching off from the main line or moves continuing a game from a stored +position. + +See Also: backward examine + +[Last modified: November 26, 1995 -- Friar] + |