array/++
a iSummary
Increment position I in A i="1">and return A
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 'array/+=)) ( 2 ($get/val 'a)) ( 4 ($get/val 'i)) ( 6 ($push/int/byte 1)) ( 8 ($apply 3)) ( 10 ($ret))