mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
13 lines
60 B
Text
13 lines
60 B
Text
if 0
|
|
a=1
|
|
else
|
|
a=0
|
|
end
|
|
|
|
if 1
|
|
b=0
|
|
else
|
|
b=1
|
|
end
|
|
|
|
c=a+b
|