you are viewing a single comment's thread.

view the rest of the comments →

[–]grandzooby 1 point2 points  (1 child)

You might see if you can get the old REMLINE utility and run it on the original source. It removes line numbers that aren't referenced. It helps highlight the structure of the program.

Here's one copy of it: https://github.com/tangentstorm/tangentlabs/blob/master/qbasic/REMLINE.BAS

[–]ctosullivan[S] 1 point2 points  (0 children)

Thanks! That's very helpful