September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
7
Task/Sleep/Cache-ObjectScript/sleep.cos
Normal file
7
Task/Sleep/Cache-ObjectScript/sleep.cos
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
SLEEP
|
||||
; the HANG command can use fractional seconds; the Awake line will be slightly off due to processing time
|
||||
read "How long to sleep in seconds?: ",sleep
|
||||
write !,"Sleeping... time is "_$ztime($piece($ztimestamp,",",2,2),1,2)
|
||||
hang +sleep ; use + to cast numeric, if non-numeric will hang 0
|
||||
write !,"Awake! Time is "_$ztime($piece($ztimestamp,",",2,2),1,2)
|
||||
quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue