and
t and u
-- returns true if
t
is true and
u
is true.
If
t
is false, then the code in
u
is not evaluated.
See also
or
and
not
.