Run »
fun main() { var txt = "Hello World" println(txt.toUpperCase()) println(txt.toLowerCase()) }
HELLO WORLD
hello world