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

implement defer statement #18

Closed
wbbradley opened this issue Jun 23, 2019 · 0 comments
Closed

implement defer statement #18

wbbradley opened this issue Jun 23, 2019 · 0 comments
Labels
task Generally something that is planned but just needs to be done.

Comments

@wbbradley
Copy link
Owner

defer f

assumes f :: () -> () and calls it prior to leaving the enclosing block

this is needed for #15

@wbbradley wbbradley added the task Generally something that is planned but just needs to be done. label Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Generally something that is planned but just needs to be done.
Projects
None yet
Development

No branches or pull requests

1 participant