<?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>Help with pong</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8234904/help-with-pong</link>
		<description>Posts in the discussion thread &quot;Help with pong&quot; - Getting syntax error on &quot;</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 21 Jul 2026 05:05:11 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8234904#post-4041626</guid>
				<title>Re: Help with pong</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8234904/help-with-pong#post-4041626</link>
				<description></description>
				<pubDate>Sun, 28 Oct 2018 00:58:47 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm not sure where the error is. You are correct in that to get A,X,Y,T,S, and the other <a href="http://tibasicdev.wikidot.com/variables#toc1">Real Variables</a> by pressing [ALPHA] and then the key corresponding to whatever letter you want your variable to be. The quotations are [ALPHA][+] as you have said, and the [ is obtained by using [2ND][x] where [x] is the multiplication key. Perhaps try retyping just that one line entirely? It sounds weird but sometimes just clearing the line and retyping it fixes random errors like that.</p> <p>Press [PRGM], [Right Arrow], then [Down Arrow] until you reach the program you wish to edit. Press [ENTER]. Scroll down to the line you want to retype using the [Down Arrow], then press [CLEAR]. To input the line you are having the errors on, I have put the sequence of key presses below. You will notice the first one is in text notation, and the second is in <a href="http://tibasicdev.wikidot.com/key-codes">key-codes</a>. Key-codes are a shorthand way of writing inputs so they are clear and concise especially when dealing with 2nd and Alpha, and take up less space.</p> <table class="wiki-content-table"> <tr> <td>PRGM</td> <td>&gt;</td> <td>6</td> <td>ALPHA</td> <td>MATH</td> <td>,</td> <td>1</td> <td>,</td> <td>ALPHA</td> <td>+</td> <td>2ND</td> <td>x</td> </tr> <tr> <td>43</td> <td>26</td> <td>84</td> <td>31</td> <td>41</td> <td>62</td> <td>92</td> <td>62</td> <td>31</td> <td>95</td> <td>21</td> <td>75</td> </tr> </table> <p>Since I see you are new to the site, welcome to TI-BD! We hope you enjoy your stay. Since you are new to programming, I recommend the <a href="http://tibasicdev.wikidot.com/starter-kit">Starter-Kit</a> and the <a href="http://tibasicdev.wikidot.com/rules">rules page</a> as a few good first reads.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8234904#post-4041424</guid>
				<title>Help with pong</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8234904/help-with-pong#post-4041424</link>
				<description></description>
				<pubDate>Sat, 27 Oct 2018 17:59:10 +0000</pubDate>
				<wikidot:authorName>SpartacusThomas</wikidot:authorName>				<wikidot:authorUserId>4785837</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi! I'm trying to figure out how to code on a TI-83 plus, and I figured I'd start with a basic game. I copied down the code from (tibasicdev . wikidot . com / pong), and I keep getting a syntax error when I try to execute the program. When I hit &quot;Goto&quot;, it brings me to the &quot; symbol in this line: :Output(A,1,&quot;[ . I assume it would give the same error for the next line. I've gone over the program, and I'm sure I've inputted everything exactly as it says. What could be the problem? Am I using the wrong quotes symbol? I am clicking Alpha, then + to get the quotes symbol.</p> <p>I also had a question about all the letters in the program, such as Y, and X. Even the first line has :3→A:4→X. To get those letters, I clicked Alpha and then the corresponding key to get that letter. Should I be doing something differently?</p> <p>Hopefully the forum can answer my two questions. Thanks a bunch.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>