&& · and
Returns true if all of the conditions are true, and false otherwise. Any number of conditions can be checked.
true
false
and( 1 + 2 == 3, 3 + 4 == 7, 5 + 6 == 11 )