Handbook
Glossary
duration>hm ( duration -- str )
Vocabulary
calendar
.
format
Inputs
duration
an
object
Outputs
str
an
object
Definition
USING:
calendar
kernel
math
sequences
;
IN:
calendar.format
:
duration>hm
( duration -- str )
[
duration>hours
>integer
24
mod
pad-00
]
[
duration>minutes
>integer
60
mod
pad-00
]
bi
":"
glue
;