Handbook
Glossary
month-names ( -- value )
Calendar
ยป
Month names in English
Prev:
month-name ( obj -- string )
Next:
month-abbreviation ( n -- string )
Vocabulary
calendar
.
english
Inputs
None
Outputs
value
an
object
Word description
Returns an array with the English names of all the months.
Warning
Do not use this array for looking up a month name directly. Use
month-name
instead.
Definition
IN:
calendar.english
CONSTANT:
month-names
{
"January"
"February"
"March"
"April"
"May"
"June"
"July"
"August"
"September"
"October"
"November"
"December"
}
inline