RESTORE ======= Function -------- **RESTORE** is used with :doc:`read`. RESTORE initialises the current DATA pointer to the first :doc:`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.