Closed szczys closed 6 years ago
There should be a way to remove a line from a basic program
Just type line number with no other content. Eg:
list 10 print "foo" 20 print "bar" 10 list 20 print "bar"
Awesome! I've added that tip to the project log and the user manual.
There should be a way to remove a line from a basic program