[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MOD                      Modulo Arithmetic Operator

 exp1 MOD exp2

    The MOD operator performs modulo arithmetic. That is, it performs an
    integer division on its two operands (see \) and returns the
    remainder. The result is an integer.

   exp1,exp2    Any numeric expression.

See Also: ^^ - * / \ + Precedence
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson