sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
49 stars 0 forks source link

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

Closed x87 closed 1 year ago

x87 commented 2 years ago
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