if-not

pred then else


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 ($push/val 'if))
(    2 ($get/val 'pred))
(    4 ($get/val 'else))
(    6 ($get/val 'then))
(    8 ($push/nil))
(    9 ($cons))
(   10 ($cons))
(   11 ($cons))
(   12 ($cons))
(   13 ($ret))