-
-
Notifications
You must be signed in to change notification settings - Fork 163
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 setref #586
Comments
This can build on the work in #600 |
Probably essential for a better completion API, a better prompt hook, and a better |
This was referenced Apr 17, 2020
The thing that would make this not essential is if we have an optimized command sub: #799 So then we can "return" values from procs in a different way |
Fully done 0.8.11 with http://www.oilshell.org/release/latest/doc/variables.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strictly speaking this doesn't need to make the 2020 cut, but it's a better version of bash's named references.
Need to decide on the declaration syntax:
There is a similar issue iwth blocks
The text was updated successfully, but these errors were encountered: