Semantics : ConditionalAndExpr

ConditionalAndExpr  ::=  InclusiveOrExpr ( && InclusiveOrExpr )*

Used by:  

A boolean expression evaluated to be true if all of the sub-expressions are true.