The ADD statement has the form
ADD exp1,exp2;var
and places exp2+exp1 in var. If var is omitted, exp2 must be a variable, and recieves the result of the addition.
The comma may be replaced by &'TO', and the semicolon by &'GIVING'.
Use of a colon instead of a comma interchanges the roles of exp1 and exp2.