<?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%3AL</id>
	<title>TI-BASIC:L - 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%3AL"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:L&amp;action=history"/>
	<updated>2026-04-30T07:31:57Z</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:L&amp;diff=1131&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:L&amp;diff=1131&amp;oldid=prev"/>
		<updated>2016-02-24T18:36:11Z</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=L.GIF&lt;br /&gt;
|summary=Indicates the beginning of a custom list.&lt;br /&gt;
|syntax=∟&amp;#039;&amp;#039;LISTNAME&amp;#039;&amp;#039;&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# 2nd LIST to access the List menu&lt;br /&gt;
# RIGHT to access the OPS submenu&lt;br /&gt;
# 2nd B to select ∟, or use arrows&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The ∟ command indicates the beginning of a custom list (i.e., any list the user creates, not including the default lists L,,1,,...L,,6,,). You almost always need to include this when accessing or manipulating a custom list. The maximum length of the list name (not including the ∟) is five letters. ∟ABCDE works, but ∟ABCDEF does not.&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t need to include the ∟ command when [[TI-BASIC:Store|storing]] (→) to a list. Some of the list commands also allow for this optimization, such as [[TI-BASIC:Setupeditor|SetUpEditor]]. However, it can create problems when using [[TI-BASIC:Input|Input]] and [[TI-BASIC:Prompt|Prompt]] because you might only be asking the user to input a list, but a real variable would also be allowed.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#undefined|ERR:UNDEFINED]]&amp;#039;&amp;#039;&amp;#039; is thrown if you try to use ∟ on an undefined list.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Store|→]] (store)[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>