const abc = 12 fn main() { println('ok') for x := abc; x < 15; x++ { println(x) } println('ok') }