JanetDocsPlaygroundI'm feeling luckyGitHub sign in

%=



    macro
    boot.janet on line 156, column 1

    (%= x n)

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


1 exampleSign in to add an example
Loading...
(var x 5)
(%= x 3)
(pp x) # 2
skuzzymigletPlayground