<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>S4: Processing</title>
	<atom:link href="http://legacy.iaacblog.com/maa2013-2014-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://legacy.iaacblog.com/maa2013-2014-processing</link>
	<description></description>
	<lastBuildDate>Fri, 31 Jan 2014 19:44:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>For_Loop_01</title>
		<link>http://legacy.iaacblog.com/maa2013-2014-processing/2014/01/for_loop/</link>
		<comments>http://legacy.iaacblog.com/maa2013-2014-processing/2014/01/for_loop/#comments</comments>
		<pubDate>Fri, 31 Jan 2014 19:29:22 +0000</pubDate>
		<dc:creator>danielgiraldo</dc:creator>
				<category><![CDATA[Daniel Ricardo Giraldo Rivera]]></category>
		<category><![CDATA[David Dalmazzo]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://legacy.iaacblog.com/maa2013-2014-processing/?p=87</guid>
		<description><![CDATA[-Controls a sequence of repetitions. A basic for structure has three parts: init, test, and update. Each part must be separated by a semicolon (;). The loop continues until the test evaluates tofalse. When a for structure is executed, the following sequence of events occurs: 1. The init statement is run. 2. The test is evaluated to be true or false. 3. If the [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_90" class="wp-caption alignnone" style="width: 740px"><a href="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Triangle-Grid.jpg"><img class="size-large wp-image-90" alt="Processing_1" src="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Triangle-Grid-730x396.jpg" width="730" height="396" /></a><p class="wp-caption-text">Processing_1_Triangle &amp; Grid</p></div>
<p><em>-Controls a sequence of repetitions. A basic for structure has three parts: init, test, and update. Each part must be separated by a semicolon (;). The loop continues until the test evaluates tofalse. When a for structure is executed, the following sequence of events occurs:</em></p>
<p><em>1. The init statement is run.</em><br />
<em>2. The test is evaluated to be true or false.</em><br />
<em>3. If the test is true, jump to step 4. If the test is false, jump to step 6.</em><br />
<em>4. Run the statements within the block.</em><br />
<em>5. Run the update statement and jump to step 2.</em><br />
<em>6. Exit the loop.-</em></p>
<p><em>http://www.processing.org/reference/for.html</em></p>
<p><span id="more-87"></span></p>
<div id="attachment_99" class="wp-caption alignnone" style="width: 740px"><a href="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Line.jpg"><img class="size-large wp-image-99" alt="Processing _1_Line" src="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Line-730x396.jpg" width="730" height="396" /></a><p class="wp-caption-text">Processing _1_Line</p></div>
<div id="attachment_98" class="wp-caption alignnone" style="width: 740px"><a href="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Ellipse.jpg"><img class="size-large wp-image-98" alt="Processing _1_Ellipse" src="http://legacy.iaacblog.com/maa2013-2014-processing/files/2014/01/Daniel_Giraldo_P1_Ellipse-730x397.jpg" width="730" height="397" /></a><p class="wp-caption-text">Processing _1_Ellipse</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://legacy.iaacblog.com/maa2013-2014-processing/2014/01/for_loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
