Describe the bug
When both a constant and a function are given the same name the program defaults to using constant instead of throwing an error or something.
To Reproduce
Define a function and variable by the same name and use that variable.
Expected behavior
Throw an error.
Describe the bug
When both a constant and a function are given the same name the program defaults to using constant instead of throwing an error or something.
To Reproduce
Define a function and variable by the same name and use that variable.
Expected behavior
Throw an error.