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

7 lines
No EOL
43 B
Text

i=0
a=10
for i = 0 to 10
a=a-1
end
a=a