-
Notifications
You must be signed in to change notification settings - Fork 3
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
variable redefine error in iteration #48
Comments
happybean4
added
critical
This issue is critical
and removed
critical
This issue is critical
labels
Jan 8, 2022
It seems like a critical bug. Thanks for reporting. |
Sorry for the late reply. We'll contact you soon. Thank you |
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once the iteration statement is rotated, the variable 'x' in the iteration statement must be removed from memory, but remains, generating an 'Redefine Error' for x.
Code
Output
The text was updated successfully, but these errors were encountered: