Version 1 of %

Updated 2007-11-10 21:37:00 by dkf

expr integer modulus operator

If a == b % c, then a == b - (b / c) * c