<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Commentaires sur : QBasic &#8211; Maths, logique et divers</title>
	<atom:link href="http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/</link>
	<description>Vulgarisation non vulgaire de l&#039;informatique pour tout et pour tous</description>
	<lastBuildDate>Sun, 22 Jan 2012 16:44:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : ayham</title>
		<link>http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/comment-page-1/#comment-2137</link>
		<dc:creator>ayham</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:07:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-2137</guid>
		<description>hi 

i want to transfer this to bassic 

A7-8(7x8)</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>i want to transfer this to bassic </p>
<p>A7-8(7&#215;8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : webmaster</title>
		<link>http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/comment-page-1/#comment-51</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 31 Oct 2002 10:44:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-51</guid>
		<description>Il semblerait que je me sois trompé. En fait :

FUNCTION fact (x)
IF x &lt;= 1 THEN
fact = 1
ELSE
fact = x * fact(x - 1)
END IF
END FUNCTION </description>
		<content:encoded><![CDATA[<p>Il semblerait que je me sois trompé. En fait :</p>
<p>FUNCTION fact (x)<br />
IF x <= 1 THEN<br />
fact = 1<br />
ELSE<br />
fact = x * fact(x &#8211; 1)<br />
END IF<br />
END FUNCTION</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : webmaster</title>
		<link>http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/comment-page-1/#comment-18</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 27 Dec 2001 21:40:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-18</guid>
		<description>La fonction suivante permet de calculer la factorielle d&#039;un nombre :

FUNCTION fact (x)
        IF x &gt;= 1 THEN
                fact = 1
        ELSE
                fact = x * fact(x - 1)
        END IF
END FUNCTION


Raphaël</description>
		<content:encoded><![CDATA[<p>La fonction suivante permet de calculer la factorielle d&#8217;un nombre :</p>
<p>FUNCTION fact (x)<br />
        IF x >= 1 THEN<br />
                fact = 1<br />
        ELSE<br />
                fact = x * fact(x &#8211; 1)<br />
        END IF<br />
END FUNCTION</p>
<p>Raphaël</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Dony</title>
		<link>http://www.cybwarrior.com/2002/03/qbasic-maths-logique-et-divers/comment-page-1/#comment-17</link>
		<dc:creator>Dony</dc:creator>
		<pubDate>Sun, 23 Dec 2001 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-17</guid>
		<description>ceci est en fait plus une question genre forum qu&#039;un commentaire :
voila en essayant de faire un progamme de probabilité je bute sur ce qui suit le (x!).(Je suis sur Poisson en ce moment...) Comment le traduire cette variable en ! ??</description>
		<content:encoded><![CDATA[<p>ceci est en fait plus une question genre forum qu&#8217;un commentaire :<br />
voila en essayant de faire un progamme de probabilité je bute sur ce qui suit le (x!).(Je suis sur Poisson en ce moment&#8230;) Comment le traduire cette variable en ! ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

