RosettaCodeData/Task/Sleep/RapidQ/sleep.rapidq

5 lines
117 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
input "Enter the number of seconds to sleep: ";s
sleep s
print "I'm awake I think..."
input "Press enter to quit";a$