<?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: [AS3 SNIPPET] If else short form (ternary/tertiary operator)</title>
	<atom:link href="http://www.rblab.com/blog/2009/05/as3-snippet-if-else-short-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rblab.com/blog/2009/05/as3-snippet-if-else-short-form/</link>
	<description>Blog of Riccardo Bartoli about Flash and Actionscript...</description>
	<lastBuildDate>Sun, 30 May 2010 21:56:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Topics about Flash » [AS3 SNIPPET] If else short form</title>
		<link>http://www.rblab.com/blog/2009/05/as3-snippet-if-else-short-form/#comment-939</link>
		<dc:creator>Topics about Flash » [AS3 SNIPPET] If else short form</dc:creator>
		<pubDate>Mon, 04 May 2009 06:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rblab.com/blog/?p=161#comment-939</guid>
		<description>[...] RBLAB created an interesting post today on [AS3 SNIPPET] If else short formHere&#8217;s a short outline123var visits:Number = 10; var action:String = (visits&gt;=1) ? &quot;Welcome back&quot; : &quot;Hi first time visitor&quot;; trace(action); [...]</description>
		<content:encoded><![CDATA[<p>[...] RBLAB created an interesting post today on [AS3 SNIPPET] If else short formHere&#8217;s a short outline123var visits:Number = 10; var action:String = (visits&gt;=1) ? &quot;Welcome back&quot; : &quot;Hi first time visitor&quot;; trace(action); [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
