month-abbreviations ( -- value )
Calendar ยป Month names in English

Prev:month-abbreviation ( n -- string )


Vocabulary
calendar.english

Inputs
None

Outputs
valuean 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

CONSTANT: month-abbreviations
{
"Jan"
"Feb"
"Mar"
"Apr"
"May"
"Jun"
"Jul"
"Aug"
"Sep"
"Oct"
"Nov"
"Dec"
} inline