``` val broke = listOf(1,2,3,4).any { it >=...
# announcements
j
Copy code
val broke = listOf(1,2,3,4).any {
    it >= 3
}