I see Kotlin has a List collection and I was wondering about different ways to initialize one. In Java, I could write:
List geeks = Ar
listOf top-level function to the rescue:
val geeks = listOf("Fowler", "Beck", "Evans")