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

Add support for while #301

Open
MarcelGarus opened this issue Oct 16, 2020 · 0 comments
Open

Add support for while #301

MarcelGarus opened this issue Oct 16, 2020 · 0 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@MarcelGarus
Copy link

I'd love to be able to create structures like these:

while (condition) {
  doThingies();
}
@devoncarew devoncarew added type-enhancement A request for a change that isn't a bug and removed feature labels Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants