not-zero?

val


Summary

#t if VAL is not zero

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 'not=))
(    2 ($push/int/byte 0))
(    4 ($get/val 'val))
(    6 ($apply 2))
(    8 ($ret))