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

Eval function #799

Closed
casey opened this issue Apr 7, 2021 · 2 comments
Closed

Eval function #799

casey opened this issue Apr 7, 2021 · 2 comments

Comments

@casey
Copy link
Owner

casey commented Apr 7, 2021

I'm not sure it would be useful, but it would be easy to add a unary function that evaluates its argument similar to a backtick:

foo := eval("echo " + "hello")
@casey
Copy link
Owner Author

casey commented May 20, 2021

This might be redundant if we get format backticks:

foo := f`echo {{"hello"}}`

@casey
Copy link
Owner Author

casey commented May 25, 2024

Oh hey, we added this in #2047.

@casey casey closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant