t and uIf both t and u are booleans, then t and u returns true if both are true.
|
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 and y. The user may install binary methods for handling such expressions with code such as
X and 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:346:0.