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

feat: for and qfor support multiple initializer and iterator statements #33

Open
Jan0660 opened this issue Mar 31, 2023 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@Jan0660
Copy link
Owner

Jan0660 commented Mar 31, 2023

Something similar to this in C#:

int i;
int j = 3;
for (i = 0, Console.WriteLine($"Start: i={i}, j={j}"); i < j; i++, j--, Console.WriteLine($"Step: i={i}, j={j}"))
{
    //...
}
@Jan0660 Jan0660 added the enhancement New feature or request label Mar 31, 2023
@Jan0660 Jan0660 added this to the v1.0.0 milestone Mar 31, 2023
@Jan0660 Jan0660 added this to RCaron Mar 31, 2023
@Jan0660 Jan0660 moved this to Todo in RCaron Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant