Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

52 bytes removed, 15:49, 14 March 2007
/* BASIC integer variables */
NOTES:
* A integer variable is defined with a "%" character postfix.
e.g.
a% = 3
* 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:
Offset Length Description 0 2 Integer number * The address of the integer variable can be found in BASIC by:
PRINT @a%* The address of the integer variable can be found in BASIC by:
PRINT @a% where "a" should be replaced with the name of the variable.
== BASIC string variables ==
12,273
edits