qore
qore copied to clipboard
Disallow global variables declaration in statements
Global variable declarations should be allowed only at the namespace level, not as a statement or even an expression. Current behavior should be possible by a parse option.