str:: "Hello" ;Returns [String: Hello] str2:: str ;Returns [String: Hello] str:: "World" ;Returns [String: World] str2 ;Returns [String: Hello]