Handbook
Glossary
ascii-lower-hex-digit? ( ch -- ? )
Vocabulary
html5
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
kernel
math.order
;
IN:
html5
:
ascii-lower-hex-digit?
( ch -- ? )
[
97 102
between?
]
[
f
]
if*
;
inline