Handbook
Glossary
month-abbreviations-hash ( -- value )
Vocabulary
calendar
.
english
Inputs
None
Outputs
value
an
object
Definition
IN:
calendar.english
CONSTANT:
month-abbreviations-hash
H{
{
"Jul"
7
}
{
"Oct"
10
}
{
"Aug"
8
}
{
"Apr"
4
}
{
"Feb"
2
}
{
"Mar"
3
}
{
"Jan"
1
}
{
"May"
5
}
{
"Sep"
9
}
{
"Nov"
11
}
{
"Jun"
6
}
{
"Dec"
12
}
}
inline