Implement For Loops and Iterators #145
Labels
big
this task is hard and will take a while
compiler
General compiler. Should eventually become more specific as the issue is triaged
enhancement
New feature or request
language feature
Core language features visible to end users
P: low
Milestone
We have while loops but not for loops. This is blocked by a standard library implementation of iterators (#144), which can be easily generated via range syntax like in Rust. (
0..10
).The text was updated successfully, but these errors were encountered: