JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

mod

core-api


    function

    (mod & xs)

    Returns the result of applying the modulo operator on the first 
    value of xs with each remaining value. `(mod x 0)` is defined to be 
    `x`.


See also:%1 exampleSign in to add an example
Loading...
(mod 13 5)  # 3
btbytesPlayground