<?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 Conditional Switch Statement Complete with Case Operators</title>
	<atom:link href="http://blog.hydrotik.com/2010/04/22/the-conditional-switch-statement-complete-with-case-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hydrotik.com/2010/04/22/the-conditional-switch-statement-complete-with-case-operators/</link>
	<description>actionscript and creative playground of Donovan Adams</description>
	<lastBuildDate>Thu, 27 Oct 2011 05:40:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Héctor</title>
		<link>http://blog.hydrotik.com/2010/04/22/the-conditional-switch-statement-complete-with-case-operators/comment-page-1/#comment-15636</link>
		<dc:creator>Héctor</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=419#comment-15636</guid>
		<description>It seems the code has been parsed and it doesn&#039;t display correctly... Well, the thing is that you can make a switch (true) statement, and use conditionals in each case statement.</description>
		<content:encoded><![CDATA[<p>It seems the code has been parsed and it doesn't display correctly&#8230; Well, the thing is that you can make a switch (true) statement, and use conditionals in each case statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Héctor</title>
		<link>http://blog.hydrotik.com/2010/04/22/the-conditional-switch-statement-complete-with-case-operators/comment-page-1/#comment-15635</link>
		<dc:creator>Héctor</dc:creator>
		<pubDate>Thu, 22 Apr 2010 15:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hydrotik.com/?p=419#comment-15635</guid>
		<description>VB has this feature. Anyway, you can already make:

switch (true) {
    case value &lt; 1:
        trace(&quot; 1:
        trace(&quot;&gt; 1&quot;);
    break;
}</description>
		<content:encoded><![CDATA[<p>VB has this feature. Anyway, you can already make:</p>
<p>switch (true) {<br />
    case value &lt; 1:<br />
        trace(&quot; 1:<br />
        trace("&gt; 1&#8243;);<br />
    break;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

