within:core — ordinary primitive
FORTH
WITHIN ( a b c -- cond )();p4:"within";
WITHIN ( a b c -- cond )(
)
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
dpANS .6.2.2440 - standard forth word