RosettaCodeData/Task/Copy-a-string/MATLAB/copy-a-string.m
2023-07-01 13:44:08 -04:00

2 lines
38 B
Mathematica

string1 = 'Hello';
string2 = string1;