Join Slack
Communities
Powered by
why not `listOf(1, 2, 3, 4).takeWhile{ it <= 3 ...
# announcements
j
jw
06/24/2016, 6:49 PM
why not
listOf(1, 2, 3, 4).takeWhile{ it <= 3 }.forEach { println(it) }
Open in Slack
Previous
Next