Changes
/* 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