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

new feature suggestion - end/exit/break? #53

Open
craiginscotland opened this issue May 31, 2023 · 0 comments
Open

new feature suggestion - end/exit/break? #53

craiginscotland opened this issue May 31, 2023 · 0 comments

Comments

@craiginscotland
Copy link

As the last thing to be returns in a function is effectively the return value, this can cause problems with longer code snippets that want to break or exit when a condition is met.

I know a workaround would be to wrap everything else in IF's after having set some variable to NULL, that would mean all the other sections could be skipped, but perhaps having an explicit return/exit/break/etc would be a feature making your code smaller and cleaner?

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