ASCIIP

Help Contents Data Structure Primitives Predicates ASCIIP
AlphaP CntrlP

ASCIIP achar
ASCII? achar


outputs true if the input is a character in the subset of ASCII characters.

Examples:

ASCII? "a	;true  ;-)
ASCII? "A	;true  ;-)
ASCII? "1	;true  ;-)
ASCII? 1	;false  ;-)
ASCII? "ü	;false  ;-)
ASCII? "!	;true  ;-)

AlphaP CntrlP