| Gentee Programming Language > Documentation > Syntax | Download documentation |
These logical operators perform manipulation on integer operands.
&& Logical-AND (binary) || Logical-OR (binary) ! Logical negation (unary)
The result of a logical operation is the integer of uint type, which has either 0 value -the result is FALSE or 1 value - the result is TRUE.
Copyright © 2004-2006 Gentee Inc. All rights reserved. |