3 lines
51 B
ActionScript
3 lines
51 B
ActionScript
|
|
var str1:String = "Hello";
|
||
|
|
var str2:String = str1;
|