2 lines
51 B
Text
2 lines
51 B
Text
Var:String str1 = "Hello";
|
|
Var:String str2 = str1;
|
Var:String str1 = "Hello";
|
|
Var:String str2 = str1;
|