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

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

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

Luna-Klatzer opened this issue Aug 3, 2022 · 1 comment · Fixed by #533
Assignees
Labels
feature New feature or enhancement
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 moved this to Under Consideration in Kipper Language Development Jul 12, 2023
@Luna-Klatzer Luna-Klatzer moved this from Under Consideration to Todo in Kipper Language Development Jul 12, 2023
@Luna-Klatzer Luna-Klatzer unpinned this issue Aug 7, 2023
@Luna-Klatzer Luna-Klatzer removed the hacktoberfest Hacktoberfest-related issue or pull request label Jun 24, 2024
@ByteWolf-dev ByteWolf-dev linked a pull request Jul 1, 2024 that will close this issue
9 tasks
@Luna-Klatzer
Copy link
Member Author

Implemented by #533.

@Luna-Klatzer Luna-Klatzer mentioned this issue Jul 1, 2024
14 tasks
@Luna-Klatzer Luna-Klatzer mentioned this issue Jul 10, 2024
41 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Projects
Development

Successfully merging a pull request may close this issue.

3 participants