Monday, February 5, 2024

🎉 New version of BASIC Anywhere Machine

Summary of updates

  • BASIC Language Updates
    • FOR-NEXT: Handling zero STEP values
    • LET: Bug fix
    • Line Numbers: Handling leading zeroes
    • New EVAL Clause for GOTO, GOSUB, RESTORE
      • GOTO syntax diagram
      • GOSUB syntax diagram
      • RESTORE syntax diagram

No comments:

Post a Comment

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...