ursalang / ursa

A friendly, stable general-purpose programming language
https://ursalang.github.io
3 stars 1 forks source link

Bug involving `for` loop in the REPL #65

Closed apt1002 closed 2 months ago

apt1002 commented 2 months ago
> for j of [1, 2, 3].iter() { }
Line 1, col 1:
> 1 | for j of [1, 2, 3].iter() { }
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Assignment to different type