cmpop

The comparison operators.

Declaración

Sintaxis

cmpop = Eq | NotEq | Lt | LtE | Gt | GtE

Values

Value

Meaning

Eq

equal.

NotEq

not equal.

Lt

less than.

LtE

less than or equal.

Gt

greater than.

GtE

greater than or equal.

Valores devueltos

None. An enumeration value is not evaluated.

Descripción

Shared by every comparison node. Only Eq and NotEq are meaningful for complex values, logicals and C pointers, which have no order.

Ver también

IntegerCompare, RealCompare, StringCompare, binop