<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The parentheses operator</title>
	<atom:link href="http://www.richardlord.net/blog/the-parentheses-operator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richardlord.net/blog/the-parentheses-operator</link>
	<description>Actionscript/Flex, PHP and Java developer</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:38:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bnelson911</title>
		<link>http://www.richardlord.net/blog/the-parentheses-operator/comment-page-1#comment-30590</link>
		<dc:creator>Bnelson911</dc:creator>
		<pubDate>Wed, 27 May 2009 05:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/the-parentheses-operator/#comment-30590</guid>
		<description>Hey appreciate the knowledge</description>
		<content:encoded><![CDATA[<p>Hey appreciate the knowledge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hitdabrake</title>
		<link>http://www.richardlord.net/blog/the-parentheses-operator/comment-page-1#comment-28178</link>
		<dc:creator>hitdabrake</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/the-parentheses-operator/#comment-28178</guid>
		<description>Excellent explanation. Just what I needed to understand. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent explanation. Just what I needed to understand. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pelachrum</title>
		<link>http://www.richardlord.net/blog/the-parentheses-operator/comment-page-1#comment-27457</link>
		<dc:creator>pelachrum</dc:creator>
		<pubDate>Thu, 24 Jul 2008 22:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/the-parentheses-operator/#comment-27457</guid>
		<description>That explains things all right, thanks

Here&#039;s my issue... what if I want to create a reference to a function but not call it right away (much like in your eventListener example) BUT I need to define arguments to pass at the time of defining the function

addEventListener( MouseEvent.CLICK, clickHandler(someArg) );

that calls the function right away, meanwhile I  need it to wait for an event and THEN use the argument</description>
		<content:encoded><![CDATA[<p>That explains things all right, thanks</p>
<p>Here&#8217;s my issue&#8230; what if I want to create a reference to a function but not call it right away (much like in your eventListener example) BUT I need to define arguments to pass at the time of defining the function</p>
<p>addEventListener( MouseEvent.CLICK, clickHandler(someArg) );</p>
<p>that calls the function right away, meanwhile I  need it to wait for an event and THEN use the argument</p>
]]></content:encoded>
	</item>
</channel>
</rss>
