RosettaCodeData/Task/Sleep/BASIC/sleep.basic
2023-07-01 13:44:08 -04:00

4 lines
88 B
Text

INPUT sec 'the SLEEP command takes seconds
PRINT "Sleeping..."
SLEEP sec
PRINT "Awake!"