<?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 &#8220;&#124;&#124;&#8221; operator and a chain of responsibility</title>
	<atom:link href="http://www.ghost23.de/2010/06/the-operator-and-a-chain-of-responsibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghost23.de/2010/06/the-operator-and-a-chain-of-responsibility/</link>
	<description>A blog about Flash and stuff</description>
	<lastBuildDate>Tue, 03 Jan 2012 15:20:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bart Wttewaall</title>
		<link>http://www.ghost23.de/2010/06/the-operator-and-a-chain-of-responsibility/comment-page-1/#comment-109</link>
		<dc:creator>Bart Wttewaall</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghost23.de/?p=326#comment-109</guid>
		<description>I use the same principle with the &amp;&amp; operator when using validators:

var result:Boolean = true; // expected value
for (var i:uint=0; i&lt;validators.length; i++) {
    result &amp;&amp;= validators[i].validate();
    if (!result) throw new Error(&quot;fault&quot;);
}</description>
		<content:encoded><![CDATA[<p>I use the same principle with the &amp;&amp; operator when using validators:</p>
<p>var result:Boolean = true; // expected value<br />
for (var i:uint=0; i&lt;validators.length; i++) {<br />
    result &amp;&amp;= validators[i].validate();<br />
    if (!result) throw new Error(&quot;fault&quot;);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

