not
not()
Returns the logical negation of the Boolean-converted input. Null-like and unconvertible values convert to false; zero converts to false; nonzero numbers and recognized true text convert to true.
Parameters
This predicate has no parameters.
Examples
#true | not → #false
Kind: Predicate
Scope: boolean
Aliases: None