Return, Rstr, Saveset – Xerox -05W User Manual
Page 262: Seed

12-58
Creating A Script File
RETURN
Syntax: RETURN
Terminates a gosub command, returning the program to the line following the most
recently encountered gosub which has not yet been terminated.
RST
Syntax: RST
This will reset TeemTalk and cause it to assert the last saved setup configuration.
RSTR
Syntax: RSTR
This command will copy a number of characters from the end of a string and place
them in a variable, where
is a predefined string variable (see var) which will store the copied
characters.
is the source string from which characters are to be copied.
is the number of characters to be copied. If this value is greater than the
number of characters in the string then the whole string will be copied.
SAVESET
Syntax: SAVESET
This will save the current setup configuration so that it can be reasserted when
TeemTalk is subsequently reset or loaded.
SEED
Syntax: SEED
This will reset the random number generator seed to the integer specified as a string or
variable. See also the description of the rand command.