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 Request]: Loops: while, for, break, continue #8

Open
3 of 4 tasks
malezjaa opened this issue Oct 6, 2024 · 0 comments
Open
3 of 4 tasks

[Feature Request]: Loops: while, for, break, continue #8

malezjaa opened this issue Oct 6, 2024 · 0 comments
Assignees

Comments

@malezjaa
Copy link
Contributor

malezjaa commented Oct 6, 2024

Describe the feature

The feature request is to implement basic loop structures (while and for loops) and control flow commands (break and continue). These constructs are essential for iteration and flow control in most programming languages, allowing developers to iterate over data, repeat tasks, or exit loops early.

Status

  • while
  • break and continue statement
  • loop
  • for loops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant