RosettaCodeData/Task/Logical-operations/HicEst/logical-operations.hicest
2023-07-01 13:44:08 -04:00

6 lines
116 B
Text

x = value1 /= 0
y = value2 /= 0
NOTx = x == 0
xANDy = x * y
xORy = x + y /= 0
EOR = x /= y