last?
aSummary
Return #t if a is the last pair in a list
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 'nil?)) ( 2 ($get/val 'a)) ( 4 ($cdr)) ( 5 ($apply 1)) ( 7 ($ret))