let

bindings 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 'let*))
(    2 ($push/val 'do))
(    4 ($get/val 'append))
(    6 ($get/val 'let/args))
(    8 ($get/val 'bindings))
(   10 ($apply 1))
(   12 ($get/val 'append))
(   14 ($get/val 'body))
(   16 ($push/nil))
(   17 ($apply 2))
(   19 ($apply 2))
(   21 ($cons))
(   22 ($push/nil))
(   23 ($cons))
(   24 ($cons))
(   25 ($ret))