in reply to Re^2: An infix fix
in thread An infix fix
If you call them ANY and ALL, I go with your definitions. As AND and OR, I think they should behave as the ops: AND returns the first false value, or the last true value if no false values are encountered; OR returns the first true value, or the last false value if no true values are encountered. That definition extends easily to one argument, but leaves the zero-argument case undefined.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: An infix fix
by tlm (Prior) on Mar 22, 2005 at 23:37 UTC | |
by Roy Johnson (Monsignor) on Mar 23, 2005 at 00:13 UTC |