(mut str "hello world") (mut copy str) (set copy "clone destroyed") (print str) (print copy)