quotable? ( ch -- ? )
ASCII

Prev:control? ( ch -- ? )
Next:ascii? ( ch -- ? )


Vocabulary
ascii

Inputs
cha character


Outputs
?a boolean


Word description
Tests for characters which may appear in a Factor string literal without escaping.

Definition