Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Locomotive BASIC

423 bytes added, 21:20, 19 December 2006
/* RESTORE */
</pre>

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
==== 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,1420 DATA 20READ i:PRINT i 10ReadyREAD i:PRINT i 11ReadyRESTOREReadyREAD i:PRINT i 10ReadyRESTORE 20ReadyREAD i:PRINT i 20Ready</pre>  ''See also:'' <tt>DATA</tt>, <tt>READ</tt>
==== RESUME ====