<Left> + <Right>
Binary plus operator.
An expression that evaluates to a number.
variable tVar as Number put 5 + 4 + 3 into tVar -- tVar contains 12
The result of adding the numbers Left and Right.