RosettaCodeData/Task/Copy-a-string/MATLAB/copy-a-string.m

3 lines
38 B
Mathematica

string1 = 'Hello';
string2 = string1;