Not
Not(expr)
or
!expr
Logical Not function (negation). Returns
True
if the statement isFalse
. ReturnsFalse
if theexpr
isTrue
See
Examples
>> !TrueFalse>> !FalseTrue>> !b!b
Implementation status
- ✅ - full supported
Not(expr)
or
!expr
Logical Not function (negation). Returns
True
if the statement isFalse
. ReturnsFalse
if theexpr
isTrue
See
>> !TrueFalse>> !FalseTrue>> !b!b