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

TRUE FALSE or print LF print 3 6 or print
Output:
TRUE 7