array/+=

a i v


Summary

Add V to the vi="1">alue in A i="1">at position I i="1">and store the result in A returning 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/set!))
(    2 ($get/val 'a))
(    4 ($get/val 'i))
(    6 ($get/val 'v))
(    8 ($get/val 'array/ref))
(   10 ($get/val 'a))
(   12 ($get/val 'i))
(   14 ($apply 2))
(   16 ($add))
(   17 ($apply 3))
(   19 ($ret))