Handbook
Glossary
ascii? ( ch -- ? )
ASCII
Prev:
quotable? ( ch -- ? )
Next:
ch>lower ( ch -- lower )
Vocabulary
ascii
Inputs
ch
a character
Outputs
?
a
boolean
Word description
Tests for whether a number is an ASCII character.
Definition
USING:
math.order
;
IN:
ascii
:
ascii?
( ch -- ? )
0 127
between?
;
inline