all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
7
Task/Sleep/Factor/sleep.factor
Normal file
7
Task/Sleep/Factor/sleep.factor
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
USING: calendar io math.parser threads ;
|
||||
|
||||
: read-sleep ( -- )
|
||||
readln string>number seconds
|
||||
"Sleeping..." print
|
||||
sleep
|
||||
"Awake!" print ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue