RESTORE¶
Function¶
RESTORE is used with READ. RESTORE initialises the current DATA pointer to the first DATA statement in the program.
Syntax¶
RESTORE [line number]
Example¶
RESTORE 120
This restores the data pointer to line 120.
Remarks¶
RESTORE may also be used with a line number argument. This will initialise further READ functions to a specified line.