<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Booleans Add Up</title>
	<link>http://jimmyg.org/2007/05/31/booleans-add-up/</link>
	<description>A personal weblog</description>
	<pubDate>Mon, 08 Sep 2008 07:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Paddy3118</title>
		<link>http://jimmyg.org/2007/05/31/booleans-add-up/#comment-5</link>
		<author>Paddy3118</author>
		<pubDate>Thu, 31 May 2007 20:11:53 +0000</pubDate>
		<guid>http://jimmyg.org/2007/05/31/booleans-add-up/#comment-5</guid>
					<description>The two boolean constants True and False are defined to have the integer values 1 and 0 when used in a numerical context.
Many processors have represented false as the value zero. Many programming languages picked up on this and used integer zero as false and any other integer value as representing true. C does this and Pythons ideas of true and false are rooted in that, but with nobs on: http://docs.python.org/lib/truth.html, http://docs.python.org/lib/node34.html .

- Paddy.</description>
		<content:encoded><![CDATA[<p>The two boolean constants True and False are defined to have the integer values 1 and 0 when used in a numerical context.<br />
Many processors have represented false as the value zero. Many programming languages picked up on this and used integer zero as false and any other integer value as representing true. C does this and Pythons ideas of true and false are rooted in that, but with nobs on: <a href="http://docs.python.org/lib/truth.html," rel="nofollow">http://docs.python.org/lib/truth.html,</a> <a href="http://docs.python.org/lib/node34.html" rel="nofollow">http://docs.python.org/lib/node34.html</a> .</p>
<p>- Paddy.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
