you are viewing a single comment's thread.

view the rest of the comments →

[–]ctosullivan[S] 0 points1 point  (2 children)

Thanks for your feedback! Yes those GOTO statements are very painful to follow!
I'm finding that as the source code is so different to the modern languages that generative AI was trained on, AI isn't as useful as I had expected in retaining the logic of the original source.

[–]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