|
|
|
|
|
by wang_li
889 days ago
|
|
How do you speculate GOTO works if the tokenized program doesn’t have line numbers? Or if I write 5 REM MY COOL PROGRAM
10 PRINT “HELLO”
20 GOTO 10
Then later I write 10 PRINT “DIE BART DIE”
How does it know to replace the right line? |
|