_not

Returns the reverse of the received value, or the parameter -- Function
TRUE/FALSE -> _not -> FALSE/TRUE or RECEIVED -> _not(TRUE/FALSE) -> FALSE/TRUE
_not takes the parameter if one is given, or the received value if not. It returns True iff that it False, and False if it is anything else