How to add a line in the middle of the program in TI-Basic Editor?

user3674739 picture user3674739 · May 28, 2014 · Viewed 16.1k times · Source

I am writing a simple Pong game in TI-Basic but the editor won't let me insert a line into the code I've already written.

For example

print "Hello world"
<--Where I want to insert the code
print "hello again"
x = 5

If I try to insert code it simply writes over previous code, I cannot create a new line.

Answer

Boone picture Boone · May 28, 2014

Are you coding on the TI-84 calculator? If so, all you have to do is press "2nd" and then "DEL" (to the left of the arrow-pad). You will note the blue text, "INS", above the "DEL" key. Then simply press ENTER to add a new line.