<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AOr</id>
	<title>TI-BASIC:Or - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AOr"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Or&amp;action=history"/>
	<updated>2026-04-17T18:55:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Or&amp;diff=1046&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Or&amp;diff=1046&amp;oldid=prev"/>
		<updated>2016-02-24T18:31:52Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=OR.GIF&lt;br /&gt;
|summary=Returns the truth value of &amp;#039;&amp;#039;value1&amp;#039;&amp;#039; or &amp;#039;&amp;#039;value2&amp;#039;&amp;#039; being true.&lt;br /&gt;
|syntax=&amp;#039;&amp;#039;value1&amp;#039;&amp;#039; or &amp;#039;&amp;#039;value2&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd TEST to access the test menu.&lt;br /&gt;
# RIGHT to access the LOGIC submenu.&lt;br /&gt;
# 2 to select or, or use arrows and ENTER.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; takes two numbers or expressions, and checks to see if &amp;#039;&amp;#039;either one&amp;#039;&amp;#039; is True.  If both are False, it returns 0.  If at least one is True, it returns 1.  &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039; is commutative (i.e. the order of arguments does not matter). As with &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:And|And]]&amp;#039;&amp;#039;&amp;#039;, you can use variables and expressions, and use multiple &amp;#039;&amp;#039;&amp;#039;or&amp;#039;&amp;#039;&amp;#039;&amp;#039;s together.&lt;br /&gt;
&lt;br /&gt;
 :0 or 1-1&lt;br /&gt;
            0&lt;br /&gt;
 &lt;br /&gt;
 :0 or -1&lt;br /&gt;
            1&lt;br /&gt;
 &lt;br /&gt;
 :2 or 6*4&lt;br /&gt;
            1&lt;br /&gt;
 &lt;br /&gt;
 :0 or 1 or 0&lt;br /&gt;
            1&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:And|And]]&lt;br /&gt;
* [[TI-BASIC:Xor|Xor]]&lt;br /&gt;
* [[TI-BASIC:Not|Not(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>