Skip to content

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

@craiginscotland

Description

@craiginscotland

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions