<?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%3AAdd</id>
	<title>TI-BASIC:Add - 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%3AAdd"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Add&amp;action=history"/>
	<updated>2026-04-17T13:45:19Z</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:Add&amp;diff=679&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:Add&amp;diff=679&amp;oldid=prev"/>
		<updated>2016-02-24T18:13:12Z</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=ADD.GIF&lt;br /&gt;
|summary=Returns the sum of two numbers, or joins two strings together.&lt;br /&gt;
|syntax=&amp;#039;&amp;#039;value1&amp;#039;&amp;#039; + &amp;#039;&amp;#039;value2&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;string1&amp;#039;&amp;#039; + &amp;#039;&amp;#039;string2&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press  [+]&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The + (add) operator takes two numbers, variables, or expressions and adds their values together, thus returning a single new value. The + operator appears lower in the order of operations than both [[TI-BASIC:Multiply|*]] and [[TI-BASIC:Divide|/]], so if those appear in an expression, they will be executed first. In addition,  the [[TI-BASIC:Subtract|-]] operator has the same order of operations as +, so the calculator simply executes them left to right in the order that they appear.&lt;br /&gt;
&lt;br /&gt;
 :1+1&lt;br /&gt;
            2&lt;br /&gt;
 &lt;br /&gt;
 :5→X&lt;br /&gt;
 :2+3X&lt;br /&gt;
            17&lt;br /&gt;
 &lt;br /&gt;
 :2→A:3→B&lt;br /&gt;
 :A/B+B/A&lt;br /&gt;
            2.166666667&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
The + operator is overloaded (meaning it has more than one function) by the calculator, and it can be used to put [[TI-BASIC:Strings|Strings]] together. The strings can consist of whatever combination of text and characters that you want, but it unfortunately does not allow you to join a string to a number (i.e., &amp;quot;Hello5&amp;quot; cannot be made with &amp;quot;Hello&amp;quot;+5).&lt;br /&gt;
&lt;br /&gt;
 :&amp;quot;HELLO&amp;quot;+&amp;quot;WORLD&lt;br /&gt;
            &amp;quot;HELLOWORLD&lt;br /&gt;
 &lt;br /&gt;
 :&amp;quot;TI&amp;quot;+&amp;quot;-&amp;quot;+&amp;quot;BASIC&lt;br /&gt;
            &amp;quot;TI-BASIC&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* - ([[TI-BASIC:Subtract|Subtract]])&lt;br /&gt;
* * ([[TI-BASIC:Multiply|Multiply]])&lt;br /&gt;
* / ([[TI-BASIC:Divide|Divide]])[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>