// Use mutable list var mutableList1 = mutableListOf("Garlic","Oignon") mutableList1.add("Bean")
val list = listOf()