You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a variable is declared within the scope of a block (e.g., inside a loop or conditional block), it should not be accessible outside that block. However, the interpreter currently allows access to the variable even after the scope has ended.
Description
When a variable is declared within the scope of a block (e.g., inside a loop or conditional block), it should not be accessible outside that block. However, the interpreter currently allows access to the variable even after the scope has ended.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: