within
- operator
-
is within
-
The within operator tests whether a point or rectangle is fully contained within a given rectangle, or whether a value lies within a give range.
-
Examples: +
put [10,40] is within [10,10,50,50] —> True
put 12.62 is within 10..20 —> True
-
Related: contains, is in, between
-
- keyword
- replace x with y within z
- the chunkNumber of x within y
- the offset of x within y
- the index of chunkThing x within y