WITHIN
WHILE
WL-HASH
WITHIN
( a b c -- cond )
ansi
.6.2.2440
<
CORE
>
a widely used word, returns ( b <= a && a < c ) so that is very useful to check an index a of an array to be within range b to c
reference: p4_within in ../src/core.c:2512, export CO WITHIN