!
logic operatorsNegates a boolean.
The !
function is synonymous for NOT
. It consumes a boolean value x from the top of the stack and pushes back the result of appying the
NOT
logical function.
Since Warp 10™ 2.1, !
can be applied on a boolean GTS to flip all values.
For a true input value it returns false, for a false one it returns true.