xor
xor function
$(xor, val1 [, val2,…, val9])
Returns the bitwise logical operation if only one of the the specified conditions is true.
Example
$(or,$(<,(getvar,textsize),.5),$(>,(getvar,textsize),.1)
Returns the bitwise logical operation if only one of the the specified conditions is true.
$(or,$(<,(getvar,textsize),.5),$(>,(getvar,textsize),.1)