Sunday, July 2, 2023

🪲 Keyboard Input Issues Fixed

I just deployed a new version of BASIC Anywhere Machine which fixes a bad bug introduced in the previous version.  (You might need to CTRL-refresh the browser page if your browser cached the previous buggy version.)

In setting up the SLEEP statement to work with no parameter and work with a parameter of zero (both of which suspend a program until a keyboard key, or screen click/touch, is done), I went and completely broke INKEY$ and INPUT with a complete face-palm mistake.  That's going to leave a mark ...

When retronick reported the error much appreciated!), I knew right away what I messed up and where the mistake was hiding, so fifteen minutes later: voilà !

No comments:

Post a Comment

🖥 Flower Tesselation: Testing DRAW and recursive SUB's

This BAM program inspired by Richard Russell's "Flower-like tesselation" BBC BASIC program posted on Facebook . Created in ord...