(04-12-2023, 04:00 PM)TerryRitchie Wrote: I just posted a controller library in the library section. If you change the "Name AS STRING * 20" in "TYPE TYPE__SLOT" to "Name AS STRING" in the CONTROLLER.BI file you'll see the errors start to happen.
"NAME" is a reserved word, for sure since QuickBASIC.
https://qb64phoenix.com/qb64wiki/index.php/NAME
But if it does compile, the compiler should instead indicate what is reserved by it.