Changes

Locomotive BASIC

115 bytes added, 13:37, 19 September 2011
/* ON variable GOTO ln x1, x2, x3, x4, ... */
: In case of passing more choices ON variable GOTO ln x1, x2, x3, x4, ... points to a table with the jumping target.
: Example:
<pre>
10 PRINT "1. LOAD - 2. SAVE - 3. EXIT"
20 INPUT choice
30 ON choice GOTO 1000, 2000, 3000
</pre>
 
==== <code>OPENIN "datafile"</code> ====
205
edits