odd?

a


Summary

Predicate that returns #t if a is odd

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 'int))
(    2 ($get/val 'a))
(    4 ($apply 1))
(    6 ($push/int/byte 2))
(    8 ($rem))
(    9 ($push/int/byte 1))
(   11 ($=))
(   12 ($ret))