Handbook
Glossary
month-abbreviation ( n -- string )
Calendar
ยป
Month names in English
Prev:
month-names ( -- value )
Next:
month-abbreviations ( -- value )
Vocabulary
calendar
.
english
Inputs
n
an
integer
Outputs
string
a
string
Word description
Looks up the abbreviated month name and returns it as a string. January has an index of 1 instead of zero.
Definition
USING:
math
sequences
;
IN:
calendar.english
:
month-abbreviation
( n -- string )
check-month
1
-
month-abbreviations
nth
;