Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
|
|
@ -1,7 +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
|
||||
; 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