-
Notifications
You must be signed in to change notification settings - Fork 120
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
Continue statement? #187
Comments
I guess I've simply never had a need for it. It could definitely be added. |
is this planned to be added, or is this just a dead thread? |
Neither. This is not an open source project with permanent staffing, so things get added when contributors feel like implementing things, not anything on a set priority or schedule. |
I think the new guard statement could be used like a conditional continue... Correct me if I'm wrong but a separate continue statement shouldn't be necessary, you can always write |
|
i checked the doc folder, sorry if this is a stupid question but is there documentation on where keywords are implemented i just found documentation about the lobster language itself |
I could not find any description on a
continue
statement which can be seen in other languages, and it does not seem to be a reserved identifier inside loops. Is this intentional or was it just not implemented yet?The text was updated successfully, but these errors were encountered: