compiler/test/test_eq.code
2009-05-24 13:01:45 -07:00

13 lines
70 B
Text

if 1 == 0
a=1
else
a=0
end
if 1 == 1
b=0
else
b=1
end
c=a+b