<?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%3ANot</id>
	<title>TI-BASIC:Not - 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%3ANot"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Not&amp;action=history"/>
	<updated>2026-04-17T21:30:28Z</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:Not&amp;diff=480&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:Not&amp;diff=480&amp;oldid=prev"/>
		<updated>2016-02-24T18:03:32Z</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=NOT.GIF&lt;br /&gt;
|summary=Flips the truth value of its argument.&lt;br /&gt;
|syntax=not(&amp;#039;&amp;#039;value&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;
# 4 to select not(, 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;
The last logical operator available on the 83 series takes only one value as input.  &amp;#039;&amp;#039;&amp;#039;not(&amp;#039;&amp;#039;&amp;#039; comes with its own parentheses to make up for this loss.  Quite simply, it negates the input: False becomes True (1) and True returns False (0).   not( can be nested; one use is to make any True value into a 1.&lt;br /&gt;
&lt;br /&gt;
 :not(0)&lt;br /&gt;
            1&lt;br /&gt;
 &lt;br /&gt;
 :not(-20 and 14)&lt;br /&gt;
 &lt;br /&gt;
            0&lt;br /&gt;
 &lt;br /&gt;
 :not(not(2))&lt;br /&gt;
            1&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
not(not(X)) will make any value X into 1 if it&amp;#039;s not 0, and will keep it 0 if it is.&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
not(X) and X=0 have the same truth value, but not( is shorter if the closing parenthesis is omitted:&lt;br /&gt;
&lt;br /&gt;
 :If A=0&lt;br /&gt;
 can be&lt;br /&gt;
 :If not(A&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:And|And]]&lt;br /&gt;
* [[TI-BASIC:Or|Or]]&lt;br /&gt;
* [[TI-BASIC:Xor|Xor]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>