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>\ integer division operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
\                        Integer Division Operator

 exp1 \ exp2

    The \ operator performs integer division. The operands are rounded
    (not truncated) to integers before the division is performed, and the
    result is truncated (not rounded) to an integer. The operands must
    round to integers in the range -32768 through 32767.

   exp1,exp2    Any numeric expression.

See Also: ^^ - * / \ MOD + Precedence

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