Nor
Nor(arg1, arg2, ...)Logical NOR function. It evaluates its arguments in order, giving
Falseimmediately if any of them areTrue, andTrueif they are allFalse.
See
Examples
>> Nor(False, False, False)True
>> Nor(False, True, a)FalseImplementation status
- ✅ - full supported