You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: