Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>mod modulo arithmetic operator</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson