Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

30 bytes removed, 15:48, 14 March 2007
/* BASIC floating-point/real variables */
A floating point (real) variable describes a number with integer and fractional parts.
* A integer variable is defined with a "!" character postfix.
e.g.
a! = 3.141592654
* A real number uses 5 bytes of memory as storage. The format is described above. * The address of a real variable can be found in BASIC by:
PRINT @a!
Where "a" should be replaced with the name of the variable.
12,273
edits