>
> 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

Reply via email to