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

13 lines
60 B
Text

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