Monday, October 16, 2023

🎉 New version of BASIC Anywhere Machine

Full details in the release notes.

Summary of enhancements

  • BASIC Language Updates
    • Statements and Functions
      • New xMAX and yMAX functions
      • New SCREEN_ASPECT function
      • New "DONOTHING" statement
      • New OPTION _EXPLICIT
      • New RGB Color functions
      • CIRCLE Enhancements
        • CIRCLE performance improvement (Phase 1)
        • CIRCLE "Thick" option
      • LINE
        • LINE "TO" alternative for "-"
        • LINE: Syntax documentation correction
      • Rgba include libraries
        • READ ME: Important Rgba Notes
        • New "Rgba" statements
          • RgbaBox
          • RgbaCircle
          • RgbaLine
    • Internal technical details
      • Graphics coordinates: Dealing with decimal numbers
  • IDE Updates
    • Touch Device: Change to "overscroll" behaviour
    • BAM Appearance: New "Palette Settings"
  • SUGGESTION when configuring BAM

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