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
This issue is to track the future problem of resolving the variable shadowing issue that languages like C introduce, where a variable can be declared multiple times in separate, but enclosing, scopes. Declaring variables within inner scopes like this causes variable shadowing.
TODO: Paste example from the GOTO notes.
The text was updated successfully, but these errors were encountered:
This issue is to track the future problem of resolving the variable shadowing issue that languages like C introduce, where a variable can be declared multiple times in separate, but enclosing, scopes. Declaring variables within inner scopes like this causes variable shadowing.
TODO: Paste example from the GOTO notes.
The text was updated successfully, but these errors were encountered: