Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

168 bytes added, 21:40, 21 December 2014
/* Speeding up BASIC programs */
: - Use variables instead of constants. A constand has always to be converted in a binary/digital format. A variable is already converted.
: - Dimensioning at the beginning of the program
: - Dimensioning your variables & pre-calculate
: - Avoid AND/OR/XOR in IF-THEN statements. It's faster to write IF ... THEN (statement 1).. IF ... THEN (statement 2).
== Structure of a BASIC program ==
205
edits