in-range?

v min max


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'v))
(    2 ($get/val 'min))
(    4 ($>=))
(    5 ($dup))
(    6 ($jf* 9))
(    9 ($drop))
(   10 ($get/val 'v))
(   12 ($get/val 'max))
(   14 ($<=))
(   15 ($ret))