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

Regression: For loop with float range is not compilable #204

Closed
Tracked by #211
x87 opened this issue Oct 5, 2022 · 0 comments
Closed
Tracked by #211

Regression: For loop with float range is not compilable #204

x87 opened this issue Oct 5, 2022 · 0 comments
Labels
priority:p1 High Priority scope:compiler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Oct 5, 2022

for 0@ = 0.0 to 200.0 step 20.0
    
    // doesnt compile because
    
    // Incorrect expression 200.0 >= 0.0.
    // One of the variables has an unknown type, or the operands are incompatible.
    
end

due to #189

@x87 x87 added type:bug Something isn't working priority:p1 High Priority scope:compiler labels Oct 5, 2022
@x87 x87 added this to the v3.8.3 milestone Jan 4, 2023
@x87 x87 mentioned this issue Jan 4, 2023
6 tasks
@x87 x87 closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p1 High Priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant