blob: a19dc18c16363aa71f9fd2b8e798d7433b07380a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
HELP PAGE FOR COMMAND save
SYNTAX
save [MOVES|@ID|$ID]
DESCRIPTION
Memorizes the scramble specified by MOVES, given as input or temporarily saved
as @ID, where ID is a number ('help nissy' for for more on IDs). If an $ID is
given, it makes a copy of the scramble. An identifier of the form $ID, where ID
is a number, is assigned to the memorized scramble.
EXAMPLES
save R U R' U'
Saves the scramble R U R' U'.
save F (B)
Saves the scramble F (B) (NISS notation).
save @3
Saves the third output sequence of the last command.
save $2
Makes a copy of the second saved scramble.
|