Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,13 @@
ask "How long would you like to sleep?" message "Your answer may include any duration, such as 5 seconds, 2 hours, or even 3 centuries!"
get the value of it
if it is a duration then
put it into sleepyTime
else
answer "Sorry, that wasn't a valid duration!"
exit all
end if
put "Sleeping for " & sleepyTime & "..."
wait sleepyTime
put "Awake!"