JanetDocsPlaygroundI'm feeling luckyGitHub sign in

+=



    macro
    boot.janet on line 152, column 1

    (+= x n)

    Increments the var x by n.


See also:inc1 exampleSign in to add an example
Loading...
(do
  (var a 88)
  (+= a 12))  # 100
btbytesPlayground