Next: , Previous: , Up: Routine Groups   [Contents][Index]


11.3 Binary Operators

A list of (alphabetical) binary operators (Operators) follows below.

Arithmetical:

mod

To perform modulo-arithmetic.

smod

To perform signed modulo-arithmetic.

Logical:

and

Logical AND.

andif

Logical AND with conditional evaluation.

or

Logical OR.

orif

Logical OR with conditional evaluation.

xor

Logical exclusive-OR.

Relational:

eq

Equal to.

ge

Greater than or equal to.

gt

Greater than.

le

Less than or equal to.

lt

Less than.

ne

Not equal to.