<?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 in Operator</title>
	<atom:link href="http://jacksondunstan.com/articles/177/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/177</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Tue, 21 May 2013 00:17:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/177/comment-page-1#comment-41840</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Mon, 10 Sep 2012 16:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=177#comment-41840</guid>
		<description><![CDATA[I&#039;ve updated the (three year old!) article to fix the typos. Thanks!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the (three year old!) article to fix the typos. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Chamberlain</title>
		<link>http://jacksondunstan.com/articles/177/comment-page-1#comment-41839</link>
		<dc:creator>Pierre Chamberlain</dc:creator>
		<pubDate>Mon, 10 Sep 2012 16:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=177#comment-41839</guid>
		<description><![CDATA[Hey, very nice! I didn&#039;t know about this until I&#039;ve found an occurance of &quot;in&quot; inside of Greensock&#039;s TweenMax library. It is used inside the AutoAlphaPlugin class, as seen here:

&lt;pre lang=&quot;actionscript3&quot;&gt;
  _ignoreVisible = Boolean(&quot;visible&quot; in lookup);
&lt;/pre&gt;

It&#039;s a very neat shortcut.

PS:
There&#039;s a few places in your article where you&#039;ve mentioned the &quot;is&quot; keyword instead of &quot;in&quot;. Maybe a typo? I&#039;ve highlighted them with square brackets in the quoted parts below.

Quote: &quot;... This can be rewritten with the [is] operator ...&quot;
Quote: &quot;... The second two show the usefulness of the [is] operator ...&quot;]]></description>
		<content:encoded><![CDATA[<p>Hey, very nice! I didn&#8217;t know about this until I&#8217;ve found an occurance of &#8220;in&#8221; inside of Greensock&#8217;s TweenMax library. It is used inside the AutoAlphaPlugin class, as seen here:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="actionscript3" style="font-family:monospace;">  _ignoreVisible = <span style="color: #004993;">Boolean</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;visible&quot;</span> <span style="color: #0033ff; font-weight: bold;">in</span> lookup<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></pre></td></tr></table></div>

<p>It&#8217;s a very neat shortcut.</p>
<p>PS:<br />
There&#8217;s a few places in your article where you&#8217;ve mentioned the &#8220;is&#8221; keyword instead of &#8220;in&#8221;. Maybe a typo? I&#8217;ve highlighted them with square brackets in the quoted parts below.</p>
<p>Quote: &#8220;&#8230; This can be rewritten with the [is] operator &#8230;&#8221;<br />
Quote: &#8220;&#8230; The second two show the usefulness of the [is] operator &#8230;&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
