main = Func(): Int { for (i: Int = 1; i < 100000; i+=1;) { $print("%i\n",i); } return 0; }