Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
[ ' [ 60 60 24 7 ]
|
||||
witheach [ /mod swap ]
|
||||
$ ""
|
||||
' [ $ " wk, " $ " d, "
|
||||
$ " hr, " $ " min, "
|
||||
$ " sec, " ]
|
||||
witheach
|
||||
[ do rot dup iff
|
||||
[ number$
|
||||
swap join join ]
|
||||
else 2drop ]
|
||||
-2 split drop ] is duration$ ( n--> $ )
|
||||
|
||||
' [ 7259 86400 6000000 ]
|
||||
witheach
|
||||
[ dup echo
|
||||
say " seconds is "
|
||||
duration$ echo$
|
||||
say "." cr ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue