I quite like Erich’s suggestion.

René

> On 13 Apr 2018, at 03:48, Erich Steinböck <erich.steinbo...@gmail.com> wrote:
> 
> This will generally be used in a few selective place, such as situations 
> where you wish to return multiple values back from a call or method
> 
> A neat way to return multiple values might be a syntax like this:
> 
>     r1, r2, .. = function(a1, a2, ..)
> 
> with function using
> 
>     return r1, r2, ...
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot_______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to