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

Add possibility to specify actions for output variables #4

Open
tudortimi-ifx opened this issue Jul 3, 2018 · 1 comment
Open

Add possibility to specify actions for output variables #4

tudortimi-ifx opened this issue Jul 3, 2018 · 1 comment

Comments

@tudortimi-ifx
Copy link

Currently, only return values of functions can be specified. It's also possible to use output arguments to transfer information from a function to its caller. While this may be considered bad practice for functions, it's the only way to implement "non-void" tasks (i.e. tasks that "return" something via an output argument).

It should be possible to specify the values output arguments take when tasks/functions finish.

@nosnhojn
Copy link
Collaborator

nosnhojn commented Jul 3, 2018

this is on my list. tad bit messier than the the returns() though so it's lower priority until we get a bit more feedback/usage of what's there

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

2 participants