Matthew Good
04/29/2019, 5:31 PMinfix
functions in a chain? for example, true and not false
where and
and not
are infix
functionsCasey Brooks
04/29/2019, 5:34 PMinfix
functions are always binary operators. not
would be a unary operator, so no, that cannot be donegildor
04/29/2019, 5:34 PMandNot
functionMatthew Good
04/29/2019, 5:40 PM