except-last-pair

list


Summary

Return a copy of LIST without the last pair

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 'except-last-pair/iter))
(    2 ($get/val 'list))
(    4 ($push/nil))
(    5 ($apply 2))
(    7 ($ret))