Real1 | Real2 | → | Real3 |
Integer1 | Integer2 | → | Integer3 |
Symbol1 | Symbol2 | → | Expression3 |
Expression1 | Expression2 | → | Expression3 |
This operation performs a binary or operation on its two integer arguments and returns the integer result. If the input arguments are real values, it returns a 0 if both inputs are 0, otherwise it returns 1.
Note that when used in an expression on symbols x and y for example, it would look like 'x OR y'.