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

need express output equivalent to #[ ] when using #run instead of #call #17

Open
kevinburleigh75 opened this issue Apr 21, 2015 · 0 comments

Comments

@kevinburleigh75
Copy link
Contributor

When calling a lev routine at the top level, one can replace:

value = RoutineName.call(...).outputs.value

with:

value = RoutineName[...]

if :value is an :express_output of the routine.

When calling one lev routine from inside another using #run, there is no equivalent syntax to avoid:

value = run(RoutineName, ...).outputs.value
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

No branches or pull requests

1 participant