I am writing a simple Pong game in TI-Basic, but the editor will not allow me to insert a line into the code that I already wrote.
for instance
print "Hello world"
<--Where I want to insert the code
print "hello again"
x = 5
If I try to paste the code, it just writes over the previous code, I cannot create a new line.
source
share