user
val c1 = File("A").bufferedWriter() [etc] listOf(c1, c2, c3, c4).use { c1.write("Hi") c2.write("Hi") c3.write("Hi") c4.write("Hi") }