5 lines
128 B
Text
5 lines
128 B
Text
|
|
INPUT "Enter the time to sleep in centiseconds: " sleep%
|
||
|
|
PRINT "Sleeping..."
|
||
|
|
WAIT sleep%
|
||
|
|
PRINT "Awake!"
|