RosettaCodeData/Task/Logical-operations/HicEst/logical-operations.hicest
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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