Handbook
Glossary
?between? ( n/f from to -- ? )
Vocabulary
unicode
.
normalize
.
private
Inputs
n/f
an
object
from
an
object
to
an
object
Outputs
?
an
object
Definition
USING:
kernel
math.order
;
IN:
unicode.normalize.private
:
?between?
( n/f from to -- ? )
pick
[
between?
]
[
3drop
f
]
if
;
inline