RosettaCodeData/Task/Sleep/BASIC/sleep.basic

5 lines
88 B
Plaintext

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