and (Bitwise and conditional)

Logical conjunction or bitwise "and".

Arguments

value0
can be a condition or a number.
value1
must be of the same type as
value0
.

Return values

value2
is the result of logical or bitwise "and", according to the arguments.

Example

TRUE FALSE and print LF print 3 6 and print
Output:
FALSE 2