Wednesday, May 11, 2022

πŸͺ² BAM fixes issue with PSET and PRESET not accepting decimals (causing end of programs)

 During transpilation (i.e. converting a BASIC program to javascript), the process now rounds PSET and PRESET parameters to the nearest integer.

No comments:

Post a Comment

πŸ“š How I go about testing a little fix to a DRAW statement bug

EDIT: After this video, I did some more "proof in the pudding" testing of my supposed fix, and discovered that although the fix wo...