[Grace-core] FYI: Notes on Multiple Returns

Marco Servetto marco.servetto at gmail.com
Mon Aug 17 17:19:53 PDT 2015


Well... "Grace nor most popular languages allow this"

python does allow easy tuple stuff.

a,b=myfun()



myfun():
  ...
  ...
  return a,b

On 18 August 2015 at 01:26, Kim Bruce <kbbruce47 at gmail.com> wrote:
> Nice discussing of the options and the pros and cons of each.
>
> On Mon, Aug 17, 2015 at 3:42 PM Andrew P Black <black at cs.pdx.edu> wrote:
>>
>>
>>
>> _______________________________________________
>> Grace-core mailing list
>> Grace-core at cecs.pdx.edu
>> https://mailhost.cecs.pdx.edu/mailman/listinfo/grace-core
>
>
> _______________________________________________
> Grace-core mailing list
> Grace-core at cecs.pdx.edu
> https://mailhost.cecs.pdx.edu/mailman/listinfo/grace-core
>


More information about the Grace-core mailing list