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

nand

Not and.

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