neg?

a


Summary

Returns #t if a is negative

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/val 0.0))
(    4 ($<))
(    5 ($ret))