Syntax
relational-expression < shift-expression relational-expression > shift-expression relational-expression <= shift-expression relational-expression >= shift-expression
Use relational operators to test equality or inequality of expressions. If the statement evaluates to be true it returns a nonzero character; otherwise it returns false (0).
Relational Operator |
Description |
> |
greater than |
< |
less than |
>= |
greater than or equal to |
<= |
less than or equal to |
In the expression:
E1 <operator> E2
the operands must follow one of these conditions:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|