Contents
Display Legacy Contents

 Print
    And      
This operator is used in <conditional> expressions. Use it to aggregate several conditions.

Symbol: AND


     
Example 1
  Example 2
5 < 10 AND 5 < 9

Result = TRUE
  5 < 10 AND 5 < 4

Result = FALSE

See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:51 AM