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

16 return #18

Merged
merged 2 commits into from
Jun 23, 2022
Merged

16 return #18

merged 2 commits into from
Jun 23, 2022

Conversation

skx
Copy link
Owner

@skx skx commented Jun 23, 2022

Correctly handle return.

This pull-request updates the handling of return to work inside conditionals, even in procedures, and correctly stop processing.

New test cases added, and this closes #16.

skx added 2 commits June 23, 2022 08:11
This pull-request updates the handling of `return` to work inside
conditionals, even in procedures, and correctly stop processing.

New test cases added, and this closes #16.
@skx skx merged commit bcd58b7 into master Jun 23, 2022
@skx skx deleted the 16-return branch June 23, 2022 05:28
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

Successfully merging this pull request may close these issues.

Return from inside if fails
1 participant