ascii? ( ch -- ? )
ASCII

Prev:quotable? ( ch -- ? )
Next:ch>lower ( ch -- lower )


Vocabulary
ascii

Inputs
cha character


Outputs
?a boolean


Word description
Tests for whether a number is an ASCII character.

Definition