Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 1 revision

xor

(xor 0 0) -> false
(xor 1 0) -> true
(xor 0 1) -> true
(xor 1 1) -> false
Clone this wiki locally