Handbook
Glossary
alphanum? ( ch -- ? )
Vocabulary
successor
.
private
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
ascii
combinators.short-circuit
;
IN:
successor.private
:
alphanum?
( ch -- ? )
{
[
Letter?
]
[
digit?
]
}
1||
;