Version 0 of %

Updated 2007-11-02 09:48:58 by dkf

expr integer modulus operator

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