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

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.

+4
source share
2 answers

Do you code the calculator TI-84? If so, all you have to do is press “2nd” and then “DEL” (to the left of the arrow). You will see a blue “INS” text above the “DEL” key. Then just press ENTER to add a new line.

+7
source

511 TI-83.

, , line, 2nd INS, ENTER. .

, , CLEAR, DEL, , .

+3

Source: https://habr.com/ru/post/1542249/


All Articles