Handbook
Glossary
small? ( char -- ? )
Vocabulary
io
.
encodings
.
shift-jis
.
private
Inputs
char
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
math.order
;
IN:
io.encodings.shift-jis.private
:
small?
( char -- ? )
{
[
0 127
between?
]
[
161 223
between?
]
}
1||
;