5 lines
88 B
Text
5 lines
88 B
Text
|
|
INPUT sec 'the SLEEP command takes seconds
|
||
|
|
PRINT "Sleeping..."
|
||
|
|
SLEEP sec
|
||
|
|
PRINT "Awake!"
|