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