last-pair

list


Summary

Return the last pair of LIST

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($push/nil))
(    1 ($jmp* 9))
(    4 ($drop))
(    5 ($get/val 'list))
(    7 ($cdr))
(    8 ($set/val 'list))
(   10 ($get/val 'list))
(   12 ($cdr))
(   13 ($jt* -9))
(   16 ($drop))
(   17 ($get/val 'list))
(   19 ($ret))