there is such a thing as an async statement. yet i can use async as a variable name. it is not a reserved word. how does that work?
it will only work until you try to use the real async in the same scope
is there a list of all the other words that is a good idea to avoid?
All the built-ins and all the standard modules?
just those and no more? can i use async?
Just an FYI, a good IDE, such as VSCode will highlight 'reserved words' (old school).
It doesn't prevent you from using them, but makes you aware of the danger involved.