<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'AS3 Switch Statement Example'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 15 Apr 2026 08:06:50 +0000</lastBuildDate>
    <item>
      <title>feeorin said on 22/Feb/2011</title>
      <link>https://snipplr.com/view/48889/as3-switch-statement-example</link>
      <description>&lt;p&gt;you can also have multiple cases to execute the same function / logic for example&#13;
&#13;
switch (myVariable) {&#13;
	case 1:&#13;
	case 2:&#13;
	break;&#13;
	&#13;
	case 3:&#13;
	break;&#13;
	&#13;
	default:&#13;
	&#13;
}&lt;/p&gt;</description>
      <pubDate>Tue, 22 Feb 2011 09:47:17 UTC</pubDate>
      <guid>https://snipplr.com/view/48889/as3-switch-statement-example</guid>
    </item>
  </channel>
</rss>
