tree/+=

t k v


Summary

Increment value at K in T by V

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 'tree/set!))
(    2 ($get/val 't))
(    4 ($get/val 'k))
(    6 ($get/val 'v))
(    8 ($get/val 'int))
(   10 ($get/val 'tree/ref))
(   12 ($get/val 't))
(   14 ($get/val 'k))
(   16 ($apply 2))
(   18 ($dup))
(   19 ($jt* 13))
(   22 ($drop))
(   23 ($push/int/byte 0))
(   25 ($dup))
(   26 ($jt* 6))
(   29 ($drop))
(   30 ($push/val #f))
(   32 ($apply 1))
(   34 ($add))
(   35 ($apply 3))
(   37 ($ret))