fori kotlin code example Example: kotlin for val list = listOf("A", "B", "C") for (element in list) { println(element) }