Everything
5.1.4 Arithmetic operators

The following arithmetic operators are available.

Operator

Overview

+

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.