blob: 2dc6bd538f62f51c773c099d292926fec6ba5d63 [file]
while (t != (a + b)) {
println(t)
t++
}
while (t != a + b) {
println((t))
t++
}