Copy a string: Difference between revisions

m
(→‎{{header|Perl 6}}: Fixed lang tags)
Line 327:
 
=={{header|Icon}} and {{header|Unicon}}==
{{works with|Unicon}}
Strings in Icon are immutable.
 
<lang icon>procedure main()
a := "qwerty"
Anonymous user