Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ForEach loop variable is incorrectly defined in its parent scope #69

Closed
harrisont opened this issue May 5, 2023 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@harrisont
Copy link
Owner

Repo

.MyVar = { 'a' }
ForEach(.Item in .MyVar) {}
Print(.Item)

Expected behavior

The reference to .Item in Print(.Item) generates an error, since it should not be defined.

Actual behavior

No error is generated and hovering over the .Item in Print(.Item) shows the value from the loop.

@harrisont harrisont added the bug Something isn't working label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant