Copy a string: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 410:
(princ s1)
(princ s2)) ; will print "Hello!!!!!"</lang>
 
=={{header|Crystal}}==
<lang crystal>s1 = "Hello"
s2 = s1</lang>
 
=={{header|Component Pascal}}==
Anonymous user