List-at-a-time functions in AS3
Friday, September 21st, 2007eokyere posted a pretty cool article/tips on how to make some of your AS3 code elegant in the case of applying functions to entire lists.
/*
For example, we have a list of donuts, and we want
to see which ones have chocolate, and then later
decide to take chunks of bites out of them:
*/
for (var i:Number [...]




