XOR - Exclusive OR Command

Returnsthe logical exclusive OR of two arguments.

Level 2Level 1->Level 1
#n1#n2->#n3
"string1""string2"->"string3"
T/F1T/F2->0/1
T/F'symb'->'T/F XOR symb'
'symb'T/F->'symb XOR T/F'
'symb1''symb2'->'symb1 XOR symb2'

Adrian Drury
Last modified: Sun Jun 21 20:06:08 EDT 1998