5 lines
54 B
Text
5 lines
54 B
Text
|
|
var a = [1, 2, 3, 4];
|
||
|
|
|
||
|
|
for (i in a)
|
||
|
|
Sys.println(i);
|