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

rfc: loops #6

Closed
wants to merge 2 commits into from
Closed

rfc: loops #6

wants to merge 2 commits into from

Conversation

thi8v
Copy link
Member

@thi8v thi8v commented Jul 2, 2023

Add loops, loop that loop indefinitely, while that loop while the expression is true, and for that iterate over a range or an iterator. (for loops will be covered in another RFC because the for loop will be a loop that iterate over an iterator, for that we need some king of struct and some kind of trait).
With some loop control flow statements, like continue and break

@thi8v thi8v added RFC-proposal Proposal of a new feature with an RFC A-Lang Area: the RFC feature change the language syntax labels Jul 2, 2023
@thi8v thi8v added the Temporary-stop-rfc This label is related with issue #9 add this label to pr that are not merge and close them label Aug 10, 2023
@thi8v
Copy link
Member Author

thi8v commented Aug 10, 2023

See #9

@thi8v thi8v closed this Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Lang Area: the RFC feature change the language syntax RFC-proposal Proposal of a new feature with an RFC Temporary-stop-rfc This label is related with issue #9 add this label to pr that are not merge and close them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant