var v = 0 while (true) { v = v + 1 System.print(v) if (v%6 == 0) break }