The following example shows how the compiler performs an arithmetic statement as a succession of operations, storing intermediate results as needed.
COMPUTE Y = A + B * C - D / E + F ** G
The result is calculated in the following order:
related tasks
Using arithmetic expressions
related references
Terminology used for intermediate results