unquote-splicing

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 ($get/val 'throw))
(    2 ($get/val 'list))
(    4 ($push/val :unquote-splicing-without-quasiquote))
(    6 ($push/val unquote-splicing should only occur inside a quasiquote, never evaluated directly))
(    8 ($apply 2))
(   10 ($apply 1))
(   12 ($ret))