Run »
fun main() { var txt = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" println("The length of the txt string is: " + txt.length); }
The length of the txt string is: 26