Next:
Logical Value
Up:
Operators
Previous:
Relational Operators
Contents
Logical Operators
Logical operators manipulate data and return a
true
or
false
value. These operators are often necessary in flow control structures where whether a condtion is true or false needs to be tested.
Subsections
Logical Value
Logical
and
:
&&
Logical
or
:
||
Logical
not
:
!
oz 2009-12-22