<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The differences and similarities between for, while and do&#8230;while (AS3)</title>
	<atom:link href="http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/</link>
	<description>The creations and thoughts of a high-school student.</description>
	<lastBuildDate>Fri, 07 Aug 2009 22:50:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/#comment-11</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://alxen.wordpress.com/?p=57#comment-11</guid>
		<description>Thanks a bunch, I just had my need for continue for the first time and that was nice simple explanation</description>
		<content:encoded><![CDATA[<p>Thanks a bunch, I just had my need for continue for the first time and that was nice simple explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Functions, Parameters and Return types &#171; Alxandr Productions</title>
		<link>http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/#comment-7</link>
		<dc:creator>Functions, Parameters and Return types &#171; Alxandr Productions</dc:creator>
		<pubDate>Tue, 03 Feb 2009 15:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://alxen.wordpress.com/?p=57#comment-7</guid>
		<description>[...] that any code below in that same function will not be exicuted. You can think of it like a break (The differences and similarities between for, while and do…while (AS3)), only for [...]</description>
		<content:encoded><![CDATA[<p>[...] that any code below in that same function will not be exicuted. You can think of it like a break (The differences and similarities between for, while and do…while (AS3)), only for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alxen</title>
		<link>http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/#comment-6</link>
		<dc:creator>alxen</dc:creator>
		<pubDate>Wed, 28 Jan 2009 08:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://alxen.wordpress.com/?p=57#comment-6</guid>
		<description>Yea, I know, but I tried to keep it simple. And I&#039;m not shure if you can use break(n); in AS3 so I didn&#039;t mention it. Also, I&#039;ve nearly never used it, so I don&#039;t think they&#039;ll have to either.</description>
		<content:encoded><![CDATA[<p>Yea, I know, but I tried to keep it simple. And I&#8217;m not shure if you can use break(n); in AS3 so I didn&#8217;t mention it. Also, I&#8217;ve nearly never used it, so I don&#8217;t think they&#8217;ll have to either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://alxen.wordpress.com/2009/01/27/the-differences-and-similarities-between-for-while-and-do_while-as3/#comment-5</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 27 Jan 2009 19:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://alxen.wordpress.com/?p=57#comment-5</guid>
		<description>Good overview of the language conditionals. These are pretty much the same in most of C family of languages like PHP and stuff - so this is useful for any programmer.

Also, some languages support break(5); if you need to exit more than one loop level.</description>
		<content:encoded><![CDATA[<p>Good overview of the language conditionals. These are pretty much the same in most of C family of languages like PHP and stuff &#8211; so this is useful for any programmer.</p>
<p>Also, some languages support break(5); if you need to exit more than one loop level.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
