&&
Translingual
Symbol
&&
(
programming
)
The
conditional
"
and
"
operator
in some programming languages.
The output of
true
&&
false
is
false
.