Gentee Programming Language > Documentation > Syntax Download documentation

Comparison Operators

Comparison operators are binary.
 
==Equality
!=Inequality
>Greater-than
<Less-than
>=Greater-than-or-equal-to
<=Less-than-or-equal-to

The result of this operation is the integer of uint type, which has either 0 value -the result is FALSE or 1 value - the result is TRUE.
The operators: %<, %>, %<=, %>=, %==, %!= are used to compare two operands alternatively. For example, using these operators you can compare strings by a case-insensitive value (no uppercase preference).

See also

    Table Of Operator Precedence


 Copyright © 2004-2006 Gentee Inc. All rights reserved.