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