No error messages for most syntax errors

Okay I see what you are saying, turns out in my included function list I had a table named debug={} and this was preventing alot of the error messages from displaying. As far as I can tell debug is a reserved variable name, I never ran across such information in the docs (maybe I missed it)…and it’s not in the api as a name so not sure how u are supposed to know this, but if I missed the “reserved names” list for variables I would very much like to know what it is so I don’t run into this again.

This is a decade old, but to my point it’s not in there: AutoComplete List - All functions and Reserved Words. Best idea I have atm is to print(var_name) to test if ‘generic word’ variables like debug can be used.