Copy a string: Difference between revisions

(add E example)
Line 298:
print equal? :b :c ; true
print .eq :b :c ; false
 
=={{header|MAXScript}}==
<pre>str1 = "Hello"
str2 = copy str1
</pre>
 
=={{header|Modula-3}}==
Anonymous user