Perform the logical NOT operation.
The AND operation returns true if the input is false and vice versa:
true
false
g.not(false); --- g.not(true);