JanetDocs
Playground
I'm feeling lucky
GitHub sign in
mod
function (mod dividend divisor) Returns the modulo of dividend / divisor.
See also:
%
1 example
Sign in to add an example
Loading...
(mod 13 5) # 3
btbytes
Playground