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
Closures now expose their body, but not their full definition:
~> f = [a b @c]{ echo this is body } ~> echo $f[body] echo this is body
We should add an additional def property to get the full definition.
def
The text was updated successfully, but these errors were encountered:
resolve
dc0d16e
Successfully merging a pull request may close this issue.
Closures now expose their body, but not their full definition:
We should add an additional
def
property to get the full definition.The text was updated successfully, but these errors were encountered: