Handbook
Glossary
day-abbreviation3 ( n -- string )
Calendar
ยป
Day names in English
Prev:
day-abbreviations2 ( -- value )
Next:
day-abbreviations3 ( -- value )
Vocabulary
calendar
.
english
Inputs
n
an
integer
Outputs
string
a
string
Word description
Looks up the abbreviated day name and returns it as a string. This abbreviation is three characters long.
See also
day-name
,
day-names
,
day-abbreviation2
,
day-abbreviations2
,
day-abbreviations3
Definition
USING:
sequences
;
IN:
calendar.english
:
day-abbreviation3
( n -- string )
day-abbreviations3
nth
;
inline