Nor
Logical NOR function. It evaluates its arguments in order, giving
False
immediately if any of them areTrue
, andTrue
if they are allFalse
.
See
Examples
Implementation status
- ✅ - full supported
Logical NOR function. It evaluates its arguments in order, giving
False
immediately if any of them areTrue
, andTrue
if they are allFalse
.
See