Handbook
Glossary
check-printable ( ch -- ch )
Vocabulary
help
.
html
Inputs
ch
an
object
Outputs
ch
an
object
Definition
USING:
ascii
kernel
;
IN:
help.html
:
check-printable
( ch -- ch )
dup
printable?
[
not-printable
]
unless
;