Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

No change in size, 10:23, 24 August 2025
/* BASIC integer variables */
<br> NOTES:
#*A integer variable is defined with a "%" character postfix.
e.g.
<pre>a% = 3
</pre>
#*A integer variable has a range of -32768 to 32767 #*A integer variable always uses two bytes of memory as storage with the following format:
{| border="1"
|}
#*The address of the integer variable can be found in BASIC by:
<pre>PRINT @a%
</pre>
2,636
edits