Handbook
Glossary
giga-annum ( x -- duration )
Vocabulary
calendar
Inputs
x
an
object
Outputs
duration
an
object
Definition
USING:
accessors
kernel
math
;
IN:
calendar
:
giga-annum
( x -- duration )
instant
swap
1000000000
*
>>year
;