when

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