Sunday, February 5, 2023

❇ CONST error messages on duplication and change of value

I wanted a better error messages for when:

  • a program attempts to declare a constant that already exists
  • a program attempts to alter the value of a constant





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