fun box(): String { var x = "OK" do { while (true) { x = x + break } } while (false) return x }