mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
7 lines
No EOL
43 B
Text
7 lines
No EOL
43 B
Text
i=0
|
|
a=10
|
|
for i = 0 to 10
|
|
a=a-1
|
|
end
|
|
a=a
|
|
|