or¶
Greater of two values, logical OR
x or y or[x;y]
x | y |[x;y]
Returns the greater of the underlying values of x and y.
In the case of boolean values, it is equivalent to the OR operator.
or is a multithreaded primitive.
or¶Greater of two values, logical OR
x or y or[x;y]
x | y |[x;y]
Returns the greater of the underlying values of x and y.
In the case of boolean values, it is equivalent to the OR operator.
or is a multithreaded primitive.