Wednesday, March 9, 2022

🪲Fix to issue: INSTR

I did some digging when I happenstanced upon some INSTR use cases that caused a BASIC program to become unresponsive. 

See identification, analysis, and resolution to the problem in this video:




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 ...