And the same thing fos ``` listOf(1,2,3).ifNotempt...
# announcements
l
And the same thing fos
Copy code
listOf(1,2,3).ifNotempty {
println("Not Empty!")
}