Hack-a-Day / 2018-Supercon-Badge

Retrocomputing badge for the 2018 Hackaday Superconference
https://hackaday.io/project/161859-2018-hackaday-superconference-badge
MIT License
27 stars 8 forks source link

Deleting lines in BASIC #8

Closed szczys closed 6 years ago

szczys commented 6 years ago

There should be a way to remove a line from a basic program

jaromir-sukuba commented 6 years ago

Just type line number with no other content. Eg:

list 10 print "foo" 20 print "bar" 10 list 20 print "bar"

szczys commented 6 years ago

Awesome! I've added that tip to the project log and the user manual.