<?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: Example 5-4: Hold Down the Button</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-5/example-5-4/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>Mon, 22 Mar 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick Mimran</title>
		<link>http://www.learningprocessing.com/examples/chapter-5/example-5-4/comment-page-1/#comment-9693</link>
		<dc:creator>Patrick Mimran</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=346#comment-9693</guid>
		<description>Thank you very much

Patrick</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-5/example-5-4/comment-page-1/#comment-9687</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=346#comment-9687</guid>
		<description>Yes, the default value of a boolean variable is false.  So


boolean button = false;


and


boolean button;


are the same.  However, it&#039;s a good habit to always initialize your variables, just so that your code is more clear.</description>
		<content:encoded><![CDATA[<p>Yes, the default value of a boolean variable is false.  So</p>
<p>boolean button = false;</p>
<p>and</p>
<p>boolean button;</p>
<p>are the same.  However, it&#8217;s a good habit to always initialize your variables, just so that your code is more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mimran</title>
		<link>http://www.learningprocessing.com/examples/chapter-5/example-5-4/comment-page-1/#comment-9675</link>
		<dc:creator>Patrick Mimran</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/wp/?page_id=346#comment-9675</guid>
		<description>i would like to understand something please , if a boolean is anyway only t or false why do we have to specify
true or false when we declare the variable name in this example .
Or if flase is specified when variable is declared why shouldn&#039;t we write only &quot;button&quot; instead of button = false when button false ?

Thank you

Patrick</description>
		<content:encoded><![CDATA[<p>i would like to understand something please , if a boolean is anyway only t or false why do we have to specify<br />
true or false when we declare the variable name in this example .<br />
Or if flase is specified when variable is declared why shouldn&#8217;t we write only &#8220;button&#8221; instead of button = false when button false ?</p>
<p>Thank you</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
