eval

expr


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 'eval-in))
(    2 ($push/val 'current-closure))
(    4 ($push/nil))
(    5 ($cons))
(    6 ($get/val 'expr))
(    8 ($push/nil))
(    9 ($cons))
(   10 ($cons))
(   11 ($cons))
(   12 ($ret))