blank? ( ch -- ? )
ASCII

Next:letter? ( ch -- ? )


Vocabulary
ascii

Inputs
cha character


Outputs
?a boolean


Word description
Tests for an ASCII whitespace character.

Definition