VocabularykernelInputs and outputs| obj1 | a generalized boolean |
| obj2 | a generalized boolean |
| ? | a generalized boolean |
Word descriptionIf exactly one input is false, outputs the other input. Otherwise outputs
f.
NotesThis 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.
Definition