t or u
If t
or u
are booleans, then t or u
returns true if either is true.
|
If t
is true, then the code in u
is not evaluated.
|
If they are both functions that return booleans, then the return value is also a function.
|
|
|
This operator may be used as a binary operator in an expression like x or y. The user may install binary methods for handling such expressions with code such as
X or Y := (x,y) -> ...
where X is the class of x and Y is the class of y.
The source of this document is in Macaulay2Doc/operators.m2:254:0.