<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'AS3 Switch Statement Example'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 08:21:30 GMT</pubDate>
<item>
<title>feeorin said on 2/22/11</title>
<link>http://snipplr.com/view/48889/as3-switch-statement-example/</link>
<description><![CDATA[ you can also have multiple cases to execute the same function / logic for example

switch (myVariable) {
	case 1:
	case 2:
	break;
	
	case 3:
	break;
	
	default:
	
} ]]></description>
<pubDate>Tue, 22 Feb 2011 09:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/48889/as3-switch-statement-example/</guid>
</item>
</channel>
</rss>