0
Q:

haxe loop through array

var list = ["apple", "pear", "banana"];
for (v in list) {
  trace(v);
}
// apple
// pear
// banana
0

New to Communities?

Join the community