Changes

Jump to: navigation, search

Locomotive BASIC

4 bytes added, 08:55, 25 January 2019
/* REMAIN () */
: For the reason that REMAIN is no normal command but a "function" it is necessary in case of a proper functionality to link the command.
: a an '''example''' in combination with an interrupt delay timer 1:
<pre>
PRINT REMAIN(1)
</pre>
: or to stop several/all interrupts at the same time...
<pre>
A=REMAIN(0)=REMAIN(1)=REMAIN(2)=REMAIN(3)
run
</pre>
 
==== <code><big>RIGHT$ (<string expression>, <integer expression>)</big></code> ====
: ''BASIC 1.0 & 1.1''
205
edits