Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

92 bytes added, 20:00, 18 September 2012
/* BASIC floating-point/real variables */
== BASIC floating-point/real variables ==
A floating point (real) variable describes a number with integer and fractional parts. The biggest figure which can be stored correctly in RAM by a variable is 2^32-1 = 4294967295.
#*A integer variable is defined with a "!" character postfix.
Where "a" should be replaced with the name of the variable.
<br>
== BASIC integer variables ==
205
edits