Handbook
Glossary
day-abbreviation2 ( n -- string )
Calendar
ยป
Day names in English
Next:
day-abbreviations2 ( -- 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 two characters long.
See also
day-name
,
day-names
,
day-abbreviations2
,
day-abbreviation3
,
day-abbreviations3
Definition
USING:
sequences
;
IN:
calendar.english
:
day-abbreviation2
( n -- string )
day-abbreviations2
nth
;
inline