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

basic, texas-instruments, ti-basic

Solution

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.

Problem

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.

Original source