using Gee; public void sample_routine() { ArrayList l = new ArrayList(); l.add(1); l.add(2); foreach (int i in l) print(@"$(i)\n"); }