fun foo(a: Int, b: Int) { var t = a while (t != (a + b)) { println(t) t++ } var u = a while (u != a + b) { println(t) t++ } do { println(t) t++ } while (t != a + b) while (t != a + b) { println((t)) t++ } }