fn main() Int { var i: Int = 10; for j in 0..i { print(istr(j)); } return 0; }