int-fit-in-byte?

a


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 'a))
(    2 ($push/int/byte 127))
(    4 ($<=))
(    5 ($dup))
(    6 ($jf* 9))
(    9 ($drop))
(   10 ($get/val 'a))
(   12 ($push/int/byte 128))
(   14 ($>=))
(   15 ($ret))