3 lines
46 B
Text
3 lines
46 B
Text
var myArray = $array(1);
|
|
|
|
$print(myArray[0]);
|
var myArray = $array(1);
|
|
|
|
$print(myArray[0]);
|