tree/-=

t k v


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($push/val 'tree/+=))
(    2 ($get/val 't))
(    4 ($get/val 'k))
(    6 ($push/val '-))
(    8 ($get/val 'v))
(   10 ($push/nil))
(   11 ($cons))
(   12 ($cons))
(   13 ($push/nil))
(   14 ($cons))
(   15 ($cons))
(   16 ($cons))
(   17 ($cons))
(   18 ($ret))