Skip to content

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

@x87

Description

@x87
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions