Changes

Jump to: navigation, search
/* 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>
where "a" should be replaced with the name of the variable.
== BASIC string variables ==
2,630
edits