5 lines
117 B
Text
5 lines
117 B
Text
|
|
input "Enter the number of seconds to sleep: ";s
|
||
|
|
sleep s
|
||
|
|
print "I'm awake I think..."
|
||
|
|
input "Press enter to quit";a$
|