when-not

pred body


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 ($push/nil))
(    5 ($push/val 'do))
(    7 ($get/val 'append))
(    9 ($get/val 'body))
(   11 ($push/nil))
(   12 ($apply 2))
(   14 ($cons))
(   15 ($push/nil))
(   16 ($cons))
(   17 ($cons))
(   18 ($cons))
(   19 ($cons))
(   20 ($ret))