Built-in Properties and Functions

var monument = "the Statue of Liberty"
println(monument. capitalize())
// print: The Statue of Liberty
println(monument. length)
// print: 21
Comments