Running the following program ``` 10 PRINT INKEY(1000); 20 GOTO 10 ``` will read the CR key for the first second or so (the last key pressed after typing RUN) BBC BASIC works like GET, but with a timeout, i.e. will obey keyboard repeat rate/delay
Running the following program
will read the CR key for the first second or so (the last key pressed after typing RUN)
BBC BASIC works like GET, but with a timeout, i.e. will obey keyboard repeat rate/delay