Changes

Jump to: navigation, search

Locomotive BASIC

2 bytes added, 15:18, 5 June 2021
: SPEED KEY command defines the delay after which a key repeat (for keys that do repeat). The first parameter is the delay before the first repeat and the second parameter is the delay between further repeats. Delay is in 1/50th of seconds.
:When using it with low values, it is common to associate a key to reset the default speed of 30,2. :For example to associate the key 0:<codepre>KEY 0,"SPEED KEY 30,2"+CHR$(13)</codepre>
==== <code>SPEED WRITE <n> </code> ====
8
edits