Arithmetic Operators
|
Top Previous Next |
· | + (addition)
|
· | - (minus)
|
· | * (multiplication)
|
· | / (division)
|
· | % (mod)
|
· | & (bitwise and)
|
· | | (bitwise or)
|
· | ^ (bitwise xor)
|
· | << (bitwise left shift)
|
· | >> (bitwise right shift)
|
· | >>> (bitwise unsigned right shift)
|
· | ++ (increment)
|
· | -- (decrement)
|
· | plus (addition)
|
· | add (concat strings)
|