Relational Operators
- Last UpdatedNov 30, 2023
- 1 minute read
The relational operators should have operands of the same type and returns boolean values. Integer constants are converted to decimal constants before the test, if a decimal constant is included in the relation.
|
Operator |
Operation |
|---|---|
|
== |
equality |
|
/= |
inequality |
|
< <= > >= |
test for ordering |