Documentation

Relational Operators

The following is the documentation for relational operators. The relational arithmetic operators are of the form: x = a <operator> b.

Equals

Syntax: x = a = b

Description: Sets x to true if a equals b.

Not equals

Syntax: x = a != b

Description: Sets x to true if a does not equal b.

Less than

Syntax: x = a < b

Description: Sets x to true if a is less than b.

Less than or equal

Syntax: x = a <= b

Description: Sets x to true if a is less than or equal to b.

More than

Syntax: x = a > b

Description: Sets x to true if a is more than b.

More than or equal

Syntax: x = a >= b

Description: Sets x to true if a is more than or equal to b.

Contact Information

We would be more than happy to help you. Our opening hours are 9–15 (CET).

[email protected]

📞 (+47) 93 68 22 77

Nils Bays vei 50, 0876 Oslo, Norway

Copyright © 2018-24 progsbase.com by Inductive AS.