Changes

Jump to: navigation, search

Locomotive BASIC

2 bytes added, 21:38, 19 December 2006
/* 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.