Not
Not(expr)or
!exprLogical Not function (negation). Returns
Trueif the statement isFalse. ReturnsFalseif theexprisTrue
See
Examples
>> !TrueFalse>> !FalseTrue>> !b!bImplementation status
- ✅ - full supported
Not(expr)or
!exprLogical Not function (negation). Returns
Trueif the statement isFalse. ReturnsFalseif theexprisTrue
See
>> !TrueFalse>> !FalseTrue>> !b!b