not(bool)negated Type: (Boolean) -> Boolean

Returns the opposite Boolean (given true, returns false; given false, returns true)

ExamplesClick an example to insert it
not(true)false
not(false)true