lizzie
lizzie copied to clipboard
new feature suggestion - end/exit/break?
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?