JanetDocsPlaygroundI'm feeling luckyGitHub sign in

/=



    macro
    boot.janet on line 155, column 1

    (/= x n)

    Shorthand for (set x (/ x n)).


1 exampleSign in to add an example
Loading...
(var x 12) # => 12

(/= x 2) # => 6
jgartePlayground