-
Notifications
You must be signed in to change notification settings - Fork 0
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
For Loop Bug #189
Comments
This is my workaround to fix this problem. I do hope for this to be implemented in the future. For Loop(Incrementing)
For Loop(Decrementing)
|
thanks for reporting and a workaround. I think it makes sense ! |
as of 3.8.1 compiler adds extra condition before the loop body to ensure the mix and max values for the counter are valid, otherwise skips the loop. this potentially is a breaking change if script relied on this undefined behavior, but I anticipate the impact to be minimal. |
fixed in 3.8.1 |
For Loop always guarantees one iteration when passing variables as its parameters
The For loop should not continue executing inside if its two parameters were out of bounds.
The text was updated successfully, but these errors were encountered: