Changes

Jump to: navigation, search

Locomotive BASIC

47 bytes added, 21:10, 19 December 2006
/* READ variable */
Gets the next data item (from <tt>DATA</tt> commands), stores it in the given variable and moves to the next item.
The variable must be of the correct type.
 
''See also:'' <tt>DATA</tt>, <tt>RESTORE</tt>
==== RELEASE ====