func inc
set arg0 (arg0 + 1)
ret arg0
end
set a 0
do
inc a > a
if ((a % 9) == 0)
put a
while (a < 100)
if (a == 100)
put "All good!"