Join Slack
Communities
Powered by
you mean like `(1..3).forEach { print(it) }` ? (wi...
# announcements
l
lovis
08/21/2017, 10:35 AM
you mean like
(1..3).forEach { print(it) }
? (with ranges) or
listOf(1,2,3).forEach { print(it) }
(with a new list)
Open in Slack
Previous
Next