Changes

Locomotive BASIC

30 bytes added, 14:33, 14 February 2017
Formatting
: List every line between line number 100 and 200 included
: With the help of seperate separate window definitions it is possible to print out long listings, better differents differentiate parts / slices of it into different window predefined
: Example:
<pre>
==== <code>ON SQ(x) GOSUB ln x1, x2, x3, x4, ...</code> ====
:ON SQ(x) can trigger an interrupt when e.g. a space or free channel in queue.
:Using that command is a one way interrupt trigger and shouldn't be mixed with <code>EVERY </code> or <code>AFTER </code> commands.
:See also the <code>SQ(x) </code> command for more details.
==== <code>OPENIN ‹filename›</code> ====: Opens the specified data file for reading. It have has to be an ASCII file. ( The command closein <code>CLOSEIN</code> closes reading data file. ): The stream number followed by Read from the file using <commandcode>INPUT#9</commandcode> has to set to #9.
==== <code>OPENOUT ‹filename›</code> ====
17
edits