Run ❯
×
Change Orientation
Change Theme, Dark/Light
fun main() { var txt = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" println("The length of the txt string is: " + txt.length); }
The length of the txt string is: 26