Nand
Logical NAND function. It evaluates its arguments in order, giving
True
immediately if any of them areFalse
, andFalse
if they are allTrue
.
See
Examples
Implementation status
- ✅ - full supported
Logical NAND function. It evaluates its arguments in order, giving
True
immediately if any of them areFalse
, andFalse
if they are allTrue
.
See