Skip to content

Instantly share code, notes, and snippets.

@aysesenses
Created September 23, 2021 14:05
Show Gist options
  • Save aysesenses/94ba52194cb617bb625f02db6dc64ded to your computer and use it in GitHub Desktop.
Save aysesenses/94ba52194cb617bb625f02db6dc64ded to your computer and use it in GitHub Desktop.
val decorations = listOf ("rock", "pagoda", "plastic plant", "alligator", "flowerpot")
println(decorations.filter {true})
println(decorations.filter {it[0] == 'p'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment