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.