Friday, June 17, 2022

🪲 Fixed issue: multiple blank lines causing program to become unresponsive

 Just fixed a weird issue with multiple multiple blank lines causing programs to either become non-responsive or, more likely, not run at all.


The problem seemed to happen when there were 2, 5, 8, 11, 14, or more (increments of three) blank lines between two lines of code and/or comments.


Caused by some "wikification" process code I had inserted trying to resolve an issue with wrong line numbers getting reported upon errors in BASIC syntax/etc.

No comments:

Post a Comment

📚 Simulating OOP Methods in BAM Using GOSUB

BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for ...