<?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: Exercise 6-2b: for loop</title>
	<atom:link href="http://www.learningprocessing.com/exercises/chapter-6/exercise-6-2b/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Fri, 10 Feb 2012 19:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Awais_5112</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-2b/comment-page-1/#comment-20629</link>
		<dc:creator>Awais_5112</dc:creator>
		<pubDate>Sun, 16 Oct 2011 08:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=951#comment-20629</guid>
		<description>sorry this is for exercise 6-2 (b), have posted by mistaken </description>
		<content:encoded><![CDATA[<p>sorry this is for exercise 6-2 (b), have posted by mistaken </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awais_5112</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-2b/comment-page-1/#comment-20628</link>
		<dc:creator>Awais_5112</dc:creator>
		<pubDate>Sun, 16 Oct 2011 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=951#comment-20628</guid>
		<description>void setup(){
  size(400,400);
  background(120,180,60);
}

void draw(){
int x=5;
int dy=10;
int dx=385;
for(int y=5; y&lt;=385; y+=dy)
{line(x,y,x+dx,y);
}

}</description>
		<content:encoded><![CDATA[<p>void setup(){<br />
  size(400,400);<br />
  background(120,180,60);<br />
}</p>
<p>void draw(){<br />
int x=5;<br />
int dy=10;<br />
int dx=385;<br />
for(int y=5; y&lt;=385; y+=dy)<br />
{line(x,y,x+dx,y);<br />
}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-2b/comment-page-1/#comment-20602</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 25 Sep 2011 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=951#comment-20602</guid>
		<description>thanks, will make sure this is corrected!</description>
		<content:encoded><![CDATA[<p>thanks, will make sure this is corrected!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.learningprocessing.com/exercises/chapter-6/exercise-6-2b/comment-page-1/#comment-20601</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Fri, 23 Sep 2011 00:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=951#comment-20601</guid>
		<description>In the book is a mistake showing 2 lines for ellipse which was confusing ;-)</description>
		<content:encoded><![CDATA[<p>In the book is a mistake showing 2 lines for ellipse which was confusing <img src='http://www.learningprocessing.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

