This article is from the FAQ, by with numerous contributions by others.
An xor primitive is supported as a basic operation on booleans. That is b1, b2, b3: @boolean do b1 xor b2 -> b3 is possible.
 
Continue to: