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`.
(mod 13 5) # 3