var i = 0 fun main() = until i >= 10 do putint(i), i = i + 1 end, 0 fun putint(n)