sum
cSummary
Return the sum of every value in collection C
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 'reduce)) ( 2 ($get/val 'c)) ( 4 ($get/val '+)) ( 6 ($push/int/byte 0)) ( 8 ($apply 3)) ( 10 ($ret))