JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

%=

core-api


    macro
    boot.janet on line 145, column 1

    (%= x & ns)

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


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