RosettaCodeData/Task/Copy-a-string/RLaB/copy-a-string.rlab

5 lines
48 B
Plaintext

>> s1 = "A string"
A string
>> s2 = s1
A string