2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
6
Task/Sleep/TXR/sleep.txr
Normal file
6
Task/Sleep/TXR/sleep.txr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(let ((usec (progn (put-string "enter sleep usecs: ")
|
||||
(tointz (get-line)))))
|
||||
(put-string "Sleeping ... ")
|
||||
(flush-stream)
|
||||
(usleep usec)
|
||||
(put-line "Awake!"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue