NOT
Returns true when a condition is false and false otherwise
NOT( condition
)
Returns true
if the input condition
is false
, and false if the input condition
is true
Arguments
Output
Outputs true
if condition
is false
. Otherwise outputs false
.
Example
Last updated