cdr!

l


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 'set!))
(    2 ($get/val 'l))
(    4 ($push/val 'cdr))
(    6 ($get/val 'l))
(    8 ($push/nil))
(    9 ($cons))
(   10 ($cons))
(   11 ($push/nil))
(   12 ($cons))
(   13 ($cons))
(   14 ($cons))
(   15 ($ret))