RosettaCodeData/Task/Sleep/BASIC/sleep-1.basic

5 lines
88 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
INPUT sec 'the SLEEP command takes seconds
PRINT "Sleeping..."
SLEEP sec
PRINT "Awake!"