Changes

Locomotive BASIC

1 byte added, 11:35, 26 February 2007
/* DATA x1[,x2,x3...] */
==== DATA x1[,x2,x3...]====
: Defines a data ''section'' to be used by <tt>READ</tt> calls.
: Data values can be of any type (integer, real or string) as long as the corresponding <tt>READ</tt> calls use a variable of the right type. :Example:
''Example:''
<pre>
10 DATA "Hello, world!", 42
</pre>
:''See also:'' <tt>READ</tt>, <tt>RESTORE</tt>
==== DEF ====
197
edits