Contents
|
Prev
|
Next
8.2.2.1 The arithmetic operators
The arithmetic operators are:
Addition (+)
Unary plus (+)
Subtraction (-)
Unary minus (-)
Multiplication (*)
Real division (/)
integer division (div)
Modulus (mod)
Contents
|
Prev
|
Next