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
Output:
FALSE
2