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

Loop counter variables #79

Open
dloscutoff opened this issue Mar 27, 2024 · 0 comments
Open

Loop counter variables #79

dloscutoff opened this issue Mar 27, 2024 · 0 comments
Milestone

Comments

@dloscutoff
Copy link
Owner

A loop statement (currently any of F, L, LR, T, and W) should automatically set a local variable to its 0-indexed current iteration count. After the loop completes, the variable should equal the number of times the loop ran (possibly zero). The outermost loop(s) in a local scope should use e as their counter variable; the next level of nested loop(s) should use d, then c, then b, then a.

(See further discussion at #70.)

@dloscutoff dloscutoff added this to the v1.3 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant