and
Logical and of
and
, where
means false, and
means true. The output is 1 or 0, depending on the result being true (1) or false (0) respectively.
The operator can be placed on the canvas in two ways:
- From the Binary Operations toolbar; or
- By typing the letters “and_” on the canvas and then pressing
the Enter key. Note the trailing underscore is required because
and
is a reserved word in C++!