<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wikiti.brandonw.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Lists</id>
		<title>Lists - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wikiti.brandonw.net/index.php?action=history&amp;feed=atom&amp;title=Lists"/>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Lists&amp;action=history"/>
		<updated>2026-04-05T20:50:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.5</generator>

	<entry>
		<id>https://wikiti.brandonw.net/index.php?title=Lists&amp;diff=9043&amp;oldid=prev</id>
		<title>Sircmpwn: Created page with 'Lists are able to store up to 999 real/complex values.  TIOS includes 6 lists be default, &lt;small&gt;L&lt;/small&gt;1-&lt;small&gt;L&lt;/small&gt;6, that have special tokens.  …'</title>
		<link rel="alternate" type="text/html" href="https://wikiti.brandonw.net/index.php?title=Lists&amp;diff=9043&amp;oldid=prev"/>
				<updated>2010-01-19T00:07:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Lists are able to store up to 999 &lt;a href=&quot;/index.php?title=Real/Complex_Values&quot; title=&quot;Real/Complex Values&quot;&gt;real/complex values&lt;/a&gt;.  TIOS includes 6 lists be default, &amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;1-&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;6, that have special tokens.  …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Lists are able to store up to 999 [[Real/Complex Values|real/complex values]].  TIOS includes 6 lists be default, &amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;1-&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;6, that have special tokens.  These tokens are secondary functions on the number keys.  A user or a TI-Basic program can create custom lists by prefacing a name with &amp;quot;&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;.&amp;quot;  For example: &amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;TEST.  List names are always all caps, and are up to 5 characters long.&lt;br /&gt;
&lt;br /&gt;
== Attaching Strings ==&lt;br /&gt;
Lists may have strings &amp;quot;attached&amp;quot; to them by inputting (either from the homescreen or a program) &amp;quot;string&amp;quot;/-&amp;gt;/&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;LIST.  The string is a executable statement (such as one that may be entered at the homescreen) that will be applied to the list.&lt;br /&gt;
&lt;br /&gt;
== Storing to Lists ==&lt;br /&gt;
Lists are defined with the &amp;quot;{}&amp;quot; characters.  These characters are used like so:&lt;br /&gt;
{0,1,2}&lt;br /&gt;
This defines a list whose first element is 0, the second is 2, and so on.  Note that the closing &amp;quot;}&amp;quot; is not required.  You can have up to 999 values in a single list.  To store to a list, simply store to it like you would a [[Real/Complex Values|real/complex value]] using the /-&amp;gt;/ symbol:&lt;br /&gt;
{0,1,2}/-&amp;gt;/&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;1&lt;br /&gt;
Again, note the closing &amp;quot;}&amp;quot; is optional.  You can access or modify individual values from the list with the &amp;quot;()&amp;quot; symbols:&lt;br /&gt;
&amp;lt;small&amp;gt;L&amp;lt;/small&amp;gt;1(1)&lt;br /&gt;
Which will retrieve the first value, that can be used exactly the same way as a [[Real/Complex Values|real/complex value]].&lt;br /&gt;
&lt;br /&gt;
== Programming Signifigance ==&lt;br /&gt;
Lists are extremely useful in programming because TIOS only allows 25 [[Real/Complex Values|real/complex values]].  Using lists, a TI-Basic program may use as many [[Real/Complex Values|real/complex values]] as they like.&lt;/div&gt;</summary>
		<author><name>Sircmpwn</name></author>	</entry>

	</feed>