Handbook
Glossary
printable? ( ch -- ? )
Vocabulary
quoted-printable
.
private
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
math.order
;
IN:
quoted-printable.private
:
printable?
( ch -- ? )
{
[
32 60
between?
]
[
62 126
between?
]
[
9
=
]
}
1||
;