//Text is mutable. software { var s = "Hello" var c = copy(s) print(c) }