Negation
Introduction
You can negate a function output prepending one of the negation keywords before the function name. Negation often comes in handy with if/else clauses.
Negation keywords are isnt
, arent
, aint
, negate
and !
, all of them are equivalent.
Example
true