month-abbreviation ( n -- string )
Calendar ยป Month names in English

Prev:month-names ( -- value )
Next:month-abbreviations ( -- value )


Vocabulary
calendar.english

Inputs
nan integer


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