<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Just a little optimization thing</title>
		<link>http://tibasicdev.wikidot.com/forum/t-167628/just-a-little-optimization-thing</link>
		<description>Posts in the discussion thread &quot;Just a little optimization thing&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-167628#post-528865</guid>
				<title>Re: Just a little optimization thing</title>
				<link>http://tibasicdev.wikidot.com/forum/t-167628/just-a-little-optimization-thing#post-528865</link>
				<description></description>
				<pubDate>Wed, 08 Jul 2009 18:22:48 +0000</pubDate>
				<wikidot:authorName>_Abe_</wikidot:authorName>				<wikidot:authorUserId>341442</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oh. Yeah, I missed that.<br /> My bad.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-167628#post-528251</guid>
				<title>Re: Just a little optimization thing</title>
				<link>http://tibasicdev.wikidot.com/forum/t-167628/just-a-little-optimization-thing#post-528251</link>
				<description></description>
				<pubDate>Wed, 08 Jul 2009 00:39:00 +0000</pubDate>
				<wikidot:authorName>DarkerLine</wikidot:authorName>				<wikidot:authorUserId>961</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you check the <a href="http://tibasicdev.wikidot.com/optimize">optimization</a> page, this is mentioned as part of the <a href="http://tibasicdev.wikidot.com/optimize-general">basic techniques</a>. It works for ending parentheses, quotes, and brackets before →, as well. And for ending parentheses and brackets (but <em>not</em> quotes) before a : character that isn't a new line.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-167628#post-528196</guid>
				<title>Re: Just a little optimization thing</title>
				<link>http://tibasicdev.wikidot.com/forum/t-167628/just-a-little-optimization-thing#post-528196</link>
				<description></description>
				<pubDate>Tue, 07 Jul 2009 23:02:13 +0000</pubDate>
				<wikidot:authorName>graphmastur</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That is because all parentheses and stuff like that are cut off after the 3F character, so it works like that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-167628#post-528189</guid>
				<title>Just a little optimization thing</title>
				<link>http://tibasicdev.wikidot.com/forum/t-167628/just-a-little-optimization-thing#post-528189</link>
				<description></description>
				<pubDate>Tue, 07 Jul 2009 22:48:14 +0000</pubDate>
				<wikidot:authorName>_Abe_</wikidot:authorName>				<wikidot:authorUserId>341442</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In retrospect, this seems pretty obvious, but you can shave off a byte or two in some cases. I didn't realize that it could work this way at first because ti-basic wasn't my first programming language and is the only one I've ever used in which ending parentheses can be left off.</p> <p>When you want to check if a list or matrix item is equal to a value, you can switch the item to the right of the = operator and remove the ending parentheses and brackets.</p> <p>For example,<br /> If [A](1,2)=2<br /> can be<br /> If 2=[A](1,2</p> <p>I'm not sure if this is documented somewhere on this site but I don't recall seeing it here.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>