The George Programming Language

Keyword: not

Reverse a boolean attribute.

 bark(not true); # false!
 bark(not false); # true!