6 lines
133 B
Text
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
|