Handbook
Glossary
day-abbreviations2 ( -- value )
Calendar
ยป
Day names in English
Prev:
day-abbreviation2 ( n -- string )
Next:
day-abbreviation3 ( n -- string )
Vocabulary
calendar
.
english
Inputs
None
Outputs
value
an
array
Word description
Returns an array with the abbreviated English names of the days of the week. This abbreviation is two characters long.
See also
day-name
,
day-names
,
day-abbreviation2
,
day-abbreviation3
,
day-abbreviations3
Definition
IN:
calendar.english
CONSTANT:
day-abbreviations2
{
"Su"
"Mo"
"Tu"
"We"
"Th"
"Fr"
"Sa"
}
inline