RosettaCodeData/Task/Sleep/BASIC/sleep.basic

5 lines
88 B
Text
Raw Permalink Normal View History

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