or (Bitwise and conditional)
Logical disjunction or bitwise "or".
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 "or", according to the arguments.
Example
Output:
TRUE
7