@not()

This is a simple boolean function. It takes one numeric string. If it's 
"1", this returns "0". Otherwise, it returns "1".

Usage:
@not("0")
@not(@eq("a", "a"))