10
REM > BLib.Delay 1.00 08Jan1992
20
:
30
REM Delay Routines
40
REM ==============
50
:
60
REM Delay - Delays for centisecond count
70
REM ------------------------------------
80
:
90
DEF
PROC
Delay(A%):
LOCAL
T%:T%=
TIME
+A%:
REPEAT
UNTIL
TIME
>T%:
ENDPROC
100
Download Delay
BBC BASIC detokeniser and syntax highlighter by Ben Ryves.