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

[Feature] Implement while loop statements #268

Closed
6 tasks done
Tracked by #350 ...
Luna-Klatzer opened this issue Aug 3, 2022 · 1 comment · Fixed by #350
Closed
6 tasks done
Tracked by #350 ...

[Feature] Implement while loop statements #268

Luna-Klatzer opened this issue Aug 3, 2022 · 1 comment · Fixed by #350
Assignees
Labels
feature New feature or enhancement hacktoberfest Hacktoberfest-related issue or pull request high priority High priority issue, discussion or pull request
Milestone

Comments

@Luna-Klatzer
Copy link
Member

Luna-Klatzer commented Aug 3, 2022

Is there an existing proposal for this?

  • I have searched the existing issues

This feature does not exist in the latest version

  • I am using the latest version

Proposal

Implement JS-like while-loop statements, which allow the repetitive execution of a block of code as long as a specific boolean condition is met. The syntax and behaviour should be exactly the same as in the JS implementation and follow the guidelines/docs of MDN while-loops.

Exact behaviour / changes you want

@Luna-Klatzer Luna-Klatzer added feature New feature or enhancement question Further information is requested labels Aug 3, 2022
@Luna-Klatzer Luna-Klatzer self-assigned this Aug 3, 2022
@Luna-Klatzer Luna-Klatzer added this to the Stable Kipper Release milestone Aug 3, 2022
@Luna-Klatzer Luna-Klatzer removed the question Further information is requested label Aug 3, 2022
@Luna-Klatzer Luna-Klatzer added high priority High priority issue, discussion or pull request hacktoberfest Hacktoberfest-related issue or pull request labels Oct 11, 2022
@Luna-Klatzer Luna-Klatzer pinned this issue Oct 11, 2022
@Luna-Klatzer Luna-Klatzer linked a pull request Nov 15, 2022 that will close this issue
2 tasks
@Luna-Klatzer
Copy link
Member Author

Luna-Klatzer commented Nov 16, 2022

Implemented with #350 and scheduled for release in v0.10.0-alpha.6

@Luna-Klatzer Luna-Klatzer unpinned this issue Nov 16, 2022
@Luna-Klatzer Luna-Klatzer added this to the v0.10.0 milestone Jan 28, 2023
This was referenced Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement hacktoberfest Hacktoberfest-related issue or pull request high priority High priority issue, discussion or pull request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant