Handbook
Glossary
write-gmt-offset-hhmm ( gmt-offset -- )
Vocabulary
calendar
.
format
Inputs
gmt-offset
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
math
;
IN:
calendar.format
:
write-gmt-offset-hhmm
( gmt-offset -- )
[
hour>>
dup
0
<
"-"
"+"
?
write
abs
write-00
]
[
mm
]
bi
;