Join Slack
Powered by
Try it: ``` listOf(1,2,3,4).any { println(it) ...
# announcements
c
cedric
06/24/2016, 6:45 PM
Try it:
Copy code
listOf(1,2,3,4).any { println(it) it <= 3 } 1true
Open in Slack
Previous
Next