Skip to content
TurtleKitty edited this page May 17, 2019 · 2 revisions

xor

(xor 0 0) ; false
(xor 1 0) ; true
(xor 0 1) ; true
(xor 1 1) ; false
Clone this wiki locally