<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mojopuzzler.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Binary</id>
	<title>Binary - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mojopuzzler.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Binary"/>
	<link rel="alternate" type="text/html" href="https://mojopuzzler.org/mediawiki/index.php?title=Binary&amp;action=history"/>
	<updated>2026-05-06T01:43:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://mojopuzzler.org/mediawiki/index.php?title=Binary&amp;diff=2259&amp;oldid=prev</id>
		<title>Gneale: Created page with &quot;===== Return to: Chialisp ===== ===== Return to: Recursive Functions =====  &lt;pre&gt; (defun binary (n)   (if (= n 1)       (* n 2)        (* 2 (binary (- n 1))))) &lt;/pre&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://mojopuzzler.org/mediawiki/index.php?title=Binary&amp;diff=2259&amp;oldid=prev"/>
		<updated>2023-11-17T15:51:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===== Return to: &lt;a href=&quot;/mediawiki/index.php/Chialisp&quot; title=&quot;Chialisp&quot;&gt;Chialisp&lt;/a&gt; ===== ===== Return to: &lt;a href=&quot;/mediawiki/index.php/Recursive_Functions&quot; title=&quot;Recursive Functions&quot;&gt;Recursive Functions&lt;/a&gt; =====  &amp;lt;pre&amp;gt; (defun binary (n)   (if (= n 1)       (* n 2)        (* 2 (binary (- n 1))))) &amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===== Return to: [[Chialisp|Chialisp]] =====&lt;br /&gt;
===== Return to: [[Recursive Functions]] =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(defun binary (n)&lt;br /&gt;
  (if (= n 1)&lt;br /&gt;
      (* n 2) &lt;br /&gt;
      (* 2 (binary (- n 1)))))&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gneale</name></author>
	</entry>
</feed>