Changes

Jump to: navigation, search

Locomotive BASIC

1 byte added, 14:16, 26 February 2007
/* 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:'' 
<pre>
10 DATA 10,11,12,13,14
: ''See also:'' <tt>DATA</tt>, <tt>READ</tt>
==== RESUME ====
197
edits