@xor()

This is a simple boolean function. It takes two numeric strings; if
one of the two is "1" then this returns "1". If both are "1" or neither 
is "1", this returns "0".

Usage:
@xor("1", "1")
@xor(@eq("a", "b"), @eq("a", "a"))