all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
11
Task/Sleep/REBOL/sleep.rebol
Normal file
11
Task/Sleep/REBOL/sleep.rebol
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
REBOL [
|
||||
Title: "Sleep Main Thread"
|
||||
Date: 2009-12-15
|
||||
Author: oofoe
|
||||
URL: http://rosettacode.org/wiki/Sleep_the_Main_Thread
|
||||
]
|
||||
|
||||
naptime: to-integer ask "Please enter sleep time in seconds: "
|
||||
print "Sleeping..."
|
||||
wait naptime
|
||||
print "Awake!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue