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