Changes

Jump to: navigation, search

Locomotive BASIC

2 bytes added, 21:40, 19 December 2006
/* RESTORE [line] */
==== RESTORE [line] ====
: Resets the data pointer used by <tt>READ</tt>. When used without parameters, resets the pointer to the first data in the program. Otherwise, resets the pointer to the given line number.
''Example:''