lizzie icon indicating copy to clipboard operation
lizzie copied to clipboard

new feature suggestion - end/exit/break?

Open craiginscotland opened this issue 1 year ago • 0 comments

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?

craiginscotland avatar May 31 '23 13:05 craiginscotland