<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Missing Code</title>
	<link>http://bita.belajar.net/2006/12/13/missing-code/</link>
	<description>pokok'e belajar</description>
	<pubDate>Fri, 21 Nov 2008 12:50:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: S</title>
		<link>http://bita.belajar.net/2006/12/13/missing-code/#comment-346</link>
		<author>S</author>
		<pubDate>Sun, 15 Jul 2007 03:59:22 +0000</pubDate>
		<guid>http://bita.belajar.net/2006/12/13/missing-code/#comment-346</guid>
					<description>function factorY(m:integer):integer;
begin
  if m=1 then
  begin
    result:=1;exit;
  end else
  begin
    result:=2*m factory(m-1);
  end;
end;

function factorX(n,m:integer):integer;
begin
  if n=1 then
  begin
    result:=factory(m);exit;
  end else
  begin
    result:=3*n factorx(n-1,m) factory(m);
  end;
end;</description>
		<content:encoded><![CDATA[<p>function factorY(m:integer):integer;<br />
begin<br />
  if m=1 then<br />
  begin<br />
    result:=1;exit;<br />
  end else<br />
  begin<br />
    result:=2*m factory(m-1);<br />
  end;<br />
end;</p>
<p>function factorX(n,m:integer):integer;<br />
begin<br />
  if n=1 then<br />
  begin<br />
    result:=factory(m);exit;<br />
  end else<br />
  begin<br />
    result:=3*n factorx(n-1,m) factory(m);<br />
  end;<br />
end;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: 'ILLEGAL</title>
		<link>http://bita.belajar.net/2006/12/13/missing-code/#comment-1633</link>
		<author>'ILLEGAL</author>
		<pubDate>Thu, 24 Apr 2008 20:02:17 +0000</pubDate>
		<guid>http://bita.belajar.net/2006/12/13/missing-code/#comment-1633</guid>
					<description>&lt;strong&gt;None...&lt;/strong&gt;

None...</description>
		<content:encoded><![CDATA[<p><strong>None&#8230;</strong></p>
<p>None&#8230;</p>
]]></content:encoded>
				</item>
</channel>
</rss>
