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 © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |