Handbook
Glossary
LETTER? ( ch -- ? )
ASCII
Prev:
letter? ( ch -- ? )
Next:
digit? ( ch -- ? )
Vocabulary
ascii
Inputs
ch
a character
Outputs
?
a
boolean
Word description
Tests for a uppercase alphabet ASCII character.
Definition
USING:
math.order
;
IN:
ascii
:
LETTER?
( ch -- ? )
65 90
between?
;
inline