holgerbrandl
take
sequenceOf(1, 2, 3, 4, 5, 6, 7).run{ take(3) take(3).also{print("${it.joinToString()}")} }