RPG Operators

  Arithmetic Operators Arithmetic operators are used with numeric values to perform common mathematical operations: Operator Name Example + Addition x + y – Subtraction x – y * Multiplication x * y / Division x / y   Assignment Operators Assignment operators are used to assign values to variables: Operator Example Same as = […]