12-18-2022, 06:50 PM
This really looks like it started as Basic, then migrated to qbasic then to qb64...
Done this a few times myself.
Always start refactoring code to remove goto and gosub and localize variables with strong typing.
It takes some time, but you win that back in the long run....
Done this a few times myself.
Always start refactoring code to remove goto and gosub and localize variables with strong typing.
It takes some time, but you win that back in the long run....
45y and 2M lines of MBASIC>BASICA>QBASIC>QBX>QB64 experience