new Iterator:tots<5>; Iter_Add(tots, 1); Iter_Add(tots, 4); Iter_Add(tots, 6); foreach(new i: tots) printf("%d", i);
1 4