RosettaCodeData/Task/Sleep/RapidQ/sleep.rapidq

5 lines
117 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
input "Enter the number of seconds to sleep: ";s
sleep s
print "I'm awake I think..."
input "Press enter to quit";a$