If the "Explicit declarations" option is disabled and a variable is used without being defined first using LOCAL or GLOBAL, what is the scope of the variable, local or global?
I think it switched to local at some time. I might be wrong. Test it?
Test makes me believe it is global.