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

🖥A "10PRINT" Variant, BAMified

This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...