input "Enter number of seconds to sleep: " ms print "Sleeping..." sleep ms //pause ms //wait ms print "Awake!" end