RosettaCodeData/Task/Logical-operations/Deja-Vu/logical-operations.djv
2014-04-02 16:56:35 +00:00

6 lines
133 B
Text

showbool a b:
!.( a b or a b and a b xor a b not a )
for a in [ false true ]:
for b in [ false true ]:
showbool a b