Handbook
Glossary
ascii-alpha? ( ch/f -- ? )
Vocabulary
html5
Inputs
ch/f
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
html5
:
ascii-alpha?
( ch/f -- ? )
{
[
ascii-lower-alpha?
]
[
ascii-upper-alpha?
]
}
1||
;