macro boot.janet on line 141, column 1 (+= x & ns) Increments the var x by n.
(var x 1) (+= x 2 3 4) # x = 10
(do (var a 88) (+= a 12)) # 100