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