When you are using integer arithmetic the Divide Remainder operator (\) produces division of the leftmost number by the rightmost number and yields the remainder as a result.
Example: Divide Remainder
5 \ 2 is 1.
This operator is invalid for real number arithmetic and causes a syntax error when encountered.
| Copyright © 2010 CA. All rights reserved. |
|