Addition operator + | The addition operator + computes the sum of its operands. |
Subtraction operator - | The subtraction operator - subtracts its right-hand operand from its left-hand operand. |
Multiplication operator * | The multiplication operator * computes the product of its operands. |
Division operator / | The division operator / divides its left-hand operand by its right-hand operand. |
Concatenate operator & | The concatenate operator & returns a text value that is the concatenation of its left-hand and right-hand operands. |
Power operator ^ | The power operator ^ raises its left-hand operand to the power of its right-hand operand. |