What's up with logical operators?
BOOL
-type valuesThat's it! Logical operators are used with conditions to return TRUE
or FALSE
(only one of these BOOL
-type values).
Yikes! Logical operators are used with conditions to return TRUE
or FALSE
(only one of these BOOL
-type values).