Chapter 10 of the Rexx Language Reference is devoted to how Rexx arithmetic works. Somehow, over the years, the description of how the +, -, , and / operators has disappeared. This should precede the description of *, &, and // operators.
Anonymous
I'm not sure what happened to that section, but the information has been missing since the 3.1.2 release.
I believe the first paragraphs of 10.2 provide a general description of all operators, including add, subtract, and divide.
Only for operators with special considerations we have have separate sections following.
Revision [r13003] adds a section for Multiplication and updates section Power.
Related
Commit: [r13003]