not()
Reverses the value of its bool argument.
not(false) == true
Syntax
not(expr)
Arguments
- expr: A
boolexpression to be reversed.
Returns
Returns the reversed logical value of its bool argument.
Feedback
Submit and view feedback for
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Reverses the value of its bool argument.
not(false) == true
not(expr)
bool expression to be reversed.Returns the reversed logical value of its bool argument.
Submit and view feedback for