<?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>what the?</title>
		<link>http://tibasicdev.wikidot.com/forum/t-88485/what-the</link>
		<description>Posts in the discussion thread &quot;what the?&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 22 Apr 2026 14:07:35 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-88485#post-258622</guid>
				<title>Re: what the?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-88485/what-the#post-258622</link>
				<description></description>
				<pubDate>Fri, 12 Sep 2008 13:51:34 +0000</pubDate>
				<wikidot:authorName>DarkerLine</wikidot:authorName>				<wikidot:authorUserId>961</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Any time you press a key while a TI-Basic program is running, a system variable gets updated with the latest key value. getKey just returns that value and clears the system variable; keys are being read all the time, not just when you use getKey.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-88485#post-258571</guid>
				<title>Re: what the?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-88485/what-the#post-258571</link>
				<description></description>
				<pubDate>Fri, 12 Sep 2008 12:07:13 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>He's talking about during the For( loop.</p> <p>The reason that you get a result is because getkey seems to work even if the line for getkey hasn't been crossed.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-88485#post-258436</guid>
				<title>Re: what the?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-88485/what-the#post-258436</link>
				<description></description>
				<pubDate>Fri, 12 Sep 2008 03:27:27 +0000</pubDate>
				<wikidot:authorName>JoostinOnline</wikidot:authorName>				<wikidot:authorUserId>51322</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Why would you expect not to see the getkey result?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-88485#post-258402</guid>
				<title>what the?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-88485/what-the#post-258402</link>
				<description></description>
				<pubDate>Fri, 12 Sep 2008 02:08:28 +0000</pubDate>
				<wikidot:authorName>noahbaby94</wikidot:authorName>				<wikidot:authorUserId>142174</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>run this code</p> <div class="code"> <pre><code>For(X,1,1000 End getkey→K Disp K</code></pre></div> <br /> run this youd expect not to see the getkey but run it and you do get it<br /> any explainations?<br /> edit:turns out it runs for anything that is long
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>