<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.darwinbots.com/index.php?action=history&amp;feed=atom&amp;title=Lessthan_equals</id>
		<title>Lessthan equals - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.darwinbots.com/index.php?action=history&amp;feed=atom&amp;title=Lessthan_equals"/>
		<link rel="alternate" type="text/html" href="http://wiki.darwinbots.com/index.php?title=Lessthan_equals&amp;action=history"/>
		<updated>2026-05-19T18:35:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://wiki.darwinbots.com/index.php?title=Lessthan_equals&amp;diff=3510&amp;oldid=prev</id>
		<title>Endy: gen edit</title>
		<link rel="alternate" type="text/html" href="http://wiki.darwinbots.com/index.php?title=Lessthan_equals&amp;diff=3510&amp;oldid=prev"/>
				<updated>2005-12-26T23:05:19Z</updated>
		
		<summary type="html">&lt;p&gt;gen edit&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 23:05, 26 December 2005&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Takes the two top values on the stack, and checks whether the first value is less than the second.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Takes the two top values on the stack, and checks whether the first value is less than &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;or equal to &lt;/ins&gt;the second.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Examples:&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Examples:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key DarwinbotsWiki-DBWK_:diff:version:1.11a:oldid:1204:newid:3510 --&gt;
&lt;/table&gt;</summary>
		<author><name>Endy</name></author>	</entry>

	<entry>
		<id>http://wiki.darwinbots.com/index.php?title=Lessthan_equals&amp;diff=1204&amp;oldid=prev</id>
		<title>Endy: less than equal</title>
		<link rel="alternate" type="text/html" href="http://wiki.darwinbots.com/index.php?title=Lessthan_equals&amp;diff=1204&amp;oldid=prev"/>
				<updated>2005-12-26T23:03:59Z</updated>
		
		<summary type="html">&lt;p&gt;less than equal&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Takes the two top values on the stack, and checks whether the first value is less than the second.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
10 5 &amp;lt;=&lt;br /&gt;
Is false, since 10 is neither less than or equal to 5.&lt;br /&gt;
&lt;br /&gt;
10 25 &amp;lt;=&lt;br /&gt;
Is true, since 10 is less than 25.&lt;br /&gt;
&lt;br /&gt;
10 10 &amp;lt;=&lt;br /&gt;
Is true, as 10 is equal to 10.&lt;br /&gt;
&lt;br /&gt;
{{Logical Comparison Operators}}&lt;/div&gt;</summary>
		<author><name>Endy</name></author>	</entry>

	</feed>