(your KNode is breaking threads!) Oskar Linde wrote: > Also, not allowing ^ for bools would mean that code that reads a^b today > would have to be rewritten as: > > (a && !b) || (!a && b). Err... what you want is just: a != b