Word description If exactly one input is false, outputs the other input. Otherwise outputs f.
Notes This word implements boolean exclusive or, so applying it to integers will not yield useful results (all integers have a true value). Bitwise exclusive or is the bitxor word.