Home

<> or xor

orLogical or Bitwise OR

The or function returns the logical OR of two real numbers or the bitwise OR of two integers, as follows:

a b->c
#a #b->#c

A true result is represented by the real number one. A false result is represented by the real number zero.