def i = 0 while (true) { i++ println i if (i % 6 == 0) break }