mod

ABSTRACT

Calculates the first integer modulo the second integer

PARAMETERS
nthe first integer
mthe second integer
RETURN

the first integer modulo the second integer

DECLARATION
func mod(n, m)