This tool is used to add the line numbers to a basic program without them.
Ambiguous labels can be added to the code that will be added in later. E.g.
{{label1}}print "hello world" goto {{label1}}Becomes (with default settings)
10 print "hello world" 20 goto 10 run
Starting line number | |
Line increment | |
Add run statement | |