All the following operators used for binary operation require a leading and trailing space.
Mathematical operator | Description |
---|---|
|
Add numbers or concatenate if one of the operands is a string.
Note:
Because one of the operands is a string, it will return a string concatenation.
Note:
Because the operator is missing a leading and trailing space,
|
|
Subtraction
Note:
Because the operator is missing a leading and trailing space,
|
|
Multiplication
|
|
Division
|
|
Modulus: Get remainder after division
|
|
Exponential Power
|