Handbook
Glossary
last-day-of-century ( object -- timestamp' )
Vocabulary
calendar
Inputs
object
an
object
Outputs
timestamp'
an
object
Definition
USING:
accessors
kernel
math
;
IN:
calendar
:
last-day-of-century
( object -- timestamp' )
last-day-of-year
[
dup
100
mod
-
99
+
]
change-year
;