<?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: Variable Clashes</title>
	<atom:link href="http://jacksondunstan.com/articles/194/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/194</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 14 May 2012 17:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: skyboy</title>
		<link>http://jacksondunstan.com/articles/194/comment-page-1#comment-1063</link>
		<dc:creator>skyboy</dc:creator>
		<pubDate>Sun, 24 Oct 2010 18:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=194#comment-1063</guid>
		<description>There&#039;s another article a few further along (newer) where you copy/pasted the wrong code from someone&#039;s comment as well, but I don&#039;t recall which one; And I agree, this is most definitely a bug (as in another article you showed different types throw a warning/error), and should be reported.</description>
		<content:encoded><![CDATA[<p>There&#8217;s another article a few further along (newer) where you copy/pasted the wrong code from someone&#8217;s comment as well, but I don&#8217;t recall which one; And I agree, this is most definitely a bug (as in another article you showed different types throw a warning/error), and should be reported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/194/comment-page-1#comment-1049</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Sun, 24 Oct 2010 07:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=194#comment-1049</guid>
		<description>Thanks for catching these! I&#039;ve updated the article so the first example has the proper warning. It&#039;s been quite a while since I wrote this article, but I have no idea how I got the warning that was there. I&#039;ve also updated the second example to include &lt;code&gt;arguments[0]&lt;/code&gt;, as you suggest, since it is definitely a way to access the parameter. It&#039;s still a shame that the compiler behaves this way: it&#039;s absurd that there is no error or even warning and the generated program behavior is quite unexpected, at least to me.</description>
		<content:encoded><![CDATA[<p>Thanks for catching these! I&#8217;ve updated the article so the first example has the proper warning. It&#8217;s been quite a while since I wrote this article, but I have no idea how I got the warning that was there. I&#8217;ve also updated the second example to include <code>arguments[0]</code>, as you suggest, since it is definitely a way to access the parameter. It&#8217;s still a shame that the compiler behaves this way: it&#8217;s absurd that there is no error or even warning and the generated program behavior is quite unexpected, at least to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skyboy</title>
		<link>http://jacksondunstan.com/articles/194/comment-page-1#comment-1048</link>
		<dc:creator>skyboy</dc:creator>
		<pubDate>Sun, 24 Oct 2010 06:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=194#comment-1048</guid>
		<description>I don&#039;t fully understand your first example/warning pair.

As for the second one, that&#039;s allowed because of the &lt;code&gt;arguments&lt;/code&gt; variable, allowing you to access the argument &lt;code&gt;a&lt;/code&gt; with &lt;code&gt;arguments[0]&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t fully understand your first example/warning pair.</p>
<p>As for the second one, that&#8217;s allowed because of the <code>arguments</code> variable, allowing you to access the argument <code>a</code> with <code>arguments[0]</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

