> > Have you heard of the append operator? > > fruit ~= new Fruit(...); Yeah, but never used it other than with strings . . silly me. > >> >> deleting is even more annoying. > > You don't have to delete anything. This is what the GC is for. I think I don't get GC use. How do I actually delete one of those fruits then?