Changes

Jump to: navigation, search

Technical information about Locomotive BASIC

1 byte added, 20:57, 19 September 2012
/* Speeding up BASIC programs */
: - Avoid spaces inside program code or remarks
: - Put lots of statements as possible in ONE line
: - Use variables instead of constants. A constand has always to be converted in a binary/ditial digital format. A variable is already converted.
: - Dimensioning at the beginning of the program
205
edits