ADD - Addition
Add Operand 2 to Operand 3, store result in Operand 1
Operand 1 = Operand 2 + Operand 3
Example: Add up the total YTD Earnings held in the Element Gross Pay and store them in the Variable YTD Earnings.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET V YTD EARNINGS ADD EC GROSS PAY EY GROSS PAY 99999
99999 EXIT 99999