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

6 lines
35 B
Text

a=0
while a < 5
a=a+1
end
b=a-5