add <Value> to <Target>
Adds Value to Target.
An expression that evaluates to a numeric container.
An expression that evaluates to a number.
variable tVar as Number put 2 into tVar add 10 to tVar -- tVar contains 12
Adds the number Value to Target.
Note: It is a syntax error if Target does not evaluate to a variable.