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

5 lines
No EOL
33 B
Text

a=10
until a <= 0
a=a-1
end
a=a