2 lines
38 B
Mathematica
2 lines
38 B
Mathematica
string1 = 'Hello';
|
|
string2 = string1;
|
string1 = 'Hello';
|
|
string2 = string1;
|