Arithmetic Operators
The following table lists arithmetic operators in BSL.
Table 11-25 List of Arithmetic Operators
Description | Symbol |
---|---|
Exponentiation | ^ |
Unary Negation Or Subtraction | - |
Multiplication | * |
Division | / |
Integer division | \ |
Modulus Arithmetic | Mod |
Addition | + |
String Concatenation | & |