[flexcoders] Re: Aspects of functional programming in ActionScript

2010-08-25 Thread Florian
. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Florian Sent: Friday, August 20, 2010 1:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Aspects of functional programming in ActionScript Well

[flexcoders] Re: Aspects of functional programming in ActionScript

2010-08-20 Thread Florian
Well, the question was more intended to case like: function elementAddhandler(event:ElementExistenceEvent):void { const renderer:IVisualElement = event.renderer; } or function iterateOverList(list:IList):void { if (!list) return; const length:int = list.length; for (var i:int; i

RE: [flexcoders] Re: Aspects of functional programming in ActionScript

2010-08-20 Thread Gordon Smith
...@yahoogroups.com] On Behalf Of Florian Sent: Friday, August 20, 2010 1:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Aspects of functional programming in ActionScript Well, the question was more intended to case like: function elementAddhandler(event:ElementExistenceEvent):void