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 do ... while loop statement #271

Open
2 of 6 tasks
Luna-Klatzer opened this issue Aug 3, 2022 · 0 comments
Open
2 of 6 tasks

[Feature] Implement do ... while loop statement #271

Luna-Klatzer opened this issue Aug 3, 2022 · 0 comments
Assignees
Labels
feature New feature or enhancement hacktoberfest Hacktoberfest-related issue or pull request
Milestone

Comments

@Luna-Klatzer
Copy link
Member

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 do-while-loop statements, which allow the repetitive execution of a block of code as long as a specific boolean condition is met after the first block execution. The syntax and behaviour should be exactly the same as in the JS implementation and follow the guidelines/docs of MDN do-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 hacktoberfest Hacktoberfest-related issue or pull request and removed question Further information is requested labels Oct 1, 2022
@Luna-Klatzer Luna-Klatzer pinned this issue Oct 11, 2022
@Luna-Klatzer Luna-Klatzer unpinned this issue Oct 11, 2022
@Luna-Klatzer Luna-Klatzer pinned this issue Nov 16, 2022
@Luna-Klatzer Luna-Klatzer added this to the v0.10.0 milestone Jan 28, 2023
@Luna-Klatzer Luna-Klatzer unpinned this issue Feb 11, 2023
@Luna-Klatzer Luna-Klatzer pinned this issue Feb 13, 2023
@Luna-Klatzer Luna-Klatzer modified the milestones: v0.10.0, v0.11.0 Feb 14, 2023
@Luna-Klatzer Luna-Klatzer unpinned this issue Feb 14, 2023
@Luna-Klatzer Luna-Klatzer pinned this issue Jun 25, 2023
@Luna-Klatzer Luna-Klatzer unpinned this issue Aug 7, 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
Projects
Development

No branches or pull requests

2 participants