<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=True</id>
		<title>True - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.easyuo.com/openeuo/wiki/index.php?action=history&amp;feed=atom&amp;title=True"/>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=True&amp;action=history"/>
		<updated>2026-05-13T22:37:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.easyuo.com/openeuo/wiki/index.php?title=True&amp;diff=789&amp;oldid=prev</id>
		<title>Ximan: Created page with &quot;== Description ==  true is a lua keyword and valid value of type 'boolean'.  While false is the opposite of true, nil is also considered false unless explicitly tested fo...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.easyuo.com/openeuo/wiki/index.php?title=True&amp;diff=789&amp;oldid=prev"/>
				<updated>2010-11-02T03:26:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Description ==  true is a lua keyword and valid value of type &amp;#039;boolean&amp;#039;.  While &lt;a href=&quot;/openeuo/wiki/index.php/False&quot; title=&quot;False&quot;&gt;false&lt;/a&gt; is the opposite of true, &lt;a href=&quot;/openeuo/wiki/index.php/Nil&quot; title=&quot;Nil&quot;&gt;nil&lt;/a&gt; is also considered false unless explicitly tested fo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
true is a lua keyword and valid value of type 'boolean'.  While [[false]] is the opposite of true, [[nil]] is also considered false unless explicitly tested for.  All boolean operators return either true or false.&lt;br /&gt;
&lt;br /&gt;
 local a,b,c = true,false,nil&lt;br /&gt;
 print(a == b)&lt;br /&gt;
 print(a ~= b)&lt;br /&gt;
 print(a ~= c)&lt;br /&gt;
 print(b ~= c)&lt;br /&gt;
 print(c ~= nil)&lt;br /&gt;
 print(a and not c)&lt;br /&gt;
&lt;br /&gt;
 --&amp;gt; 'false'&lt;br /&gt;
 --&amp;gt; 'true'&lt;br /&gt;
 --&amp;gt; 'true'&lt;br /&gt;
 --&amp;gt; 'true'&lt;br /&gt;
 --&amp;gt; 'false'&lt;br /&gt;
 --&amp;gt; 'true'&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[nil]]&lt;br /&gt;
&lt;br /&gt;
* [[false]]&lt;br /&gt;
&lt;br /&gt;
* [[type]]&lt;/div&gt;</summary>
		<author><name>Ximan</name></author>	</entry>

	</feed>