JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

/=

core-api


    macro
    boot.janet on line 144, column 1

    (/= x & ns)

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


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

(/= x 2) # => 6
jgartePlayground