myList = myList.filter { it < 3}
# getting-started
o
myList = myList.filter { it < 3}