Handbook
Glossary
month-abbreviations ( -- value )
Calendar
ยป
Month names in English
Prev:
month-abbreviation ( n -- string )
Vocabulary
calendar
.
english
Inputs
None
Outputs
value
an
array
Word description
Returns an array with the English abbreviated names of all the months.
Warning
Do not use this array for looking up a month name directly. Use
month-abbreviation
instead.
Definition
IN:
calendar.english
CONSTANT:
month-abbreviations
{
"Jan"
"Feb"
"Mar"
"Apr"
"May"
"Jun"
"Jul"
"Aug"
"Sep"
"Oct"
"Nov"
"Dec"
}
inline