<?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: Irish Code?</title>
	<atom:link href="http://will.hughesfamily.net.au/20070516/irish-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://will.hughesfamily.net.au/20070516/irish-code/</link>
	<description>Travel, Photography, Geek Stuff</description>
	<lastBuildDate>Sun, 20 Nov 2011 03:07:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Will</title>
		<link>http://will.hughesfamily.net.au/20070516/irish-code/comment-page-1/#comment-724</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 16 May 2007 06:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://will.hughesfamily.net.au/20070516/irish-code/#comment-724</guid>
		<description>I know, there&#039;s plenty of other very handy uses for them too :)</description>
		<content:encoded><![CDATA[<p>I know, there&#8217;s plenty of other very handy uses for them too <img src='http://will.hughesfamily.net.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://will.hughesfamily.net.au/20070516/irish-code/comment-page-1/#comment-723</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 16 May 2007 05:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://will.hughesfamily.net.au/20070516/irish-code/#comment-723</guid>
		<description>Break statements are nice in some cases when you want the code to follow into the next statement.

ie
switch (message)
{
case &#039;notErr&#039;: ; break;
 case &#039;err1&#039;:
case &#039;err2&#039;:
case &#039;err3&#039;: MessageBox.Show(&quot;An error occured!&quot;+message);
break;
}</description>
		<content:encoded><![CDATA[<p>Break statements are nice in some cases when you want the code to follow into the next statement.</p>
<p>ie<br />
switch (message)<br />
{<br />
case &#8216;notErr&#8217;: ; break;<br />
 case &#8216;err1&#8242;:<br />
case &#8216;err2&#8242;:<br />
case &#8216;err3&#8242;: MessageBox.Show(&#8220;An error occured!&#8221;+message);<br />
break;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

