5.1.3
Arithmetic operators
The following arithmetic operators are available.
|
|
+
|
Addition of values of first and second terms.
|
-
|
Subtraction of value of first and second terms.
|
*
|
Multiplacation of value of first and second terms.
|
/
|
Divides the value of the 1st term of an expression by the value of its 2nd term and returns the integer part of the result.
|
%
|
Obtains the remainder in the result of dividing the value of the 1st term of an expression by the value of its 2nd term.
|
+sign
|
Returns the value of the term as it is.
|
-sign
|
The term value 2 complement is sought.
|