On Tuesday, March 20, 2018 at 1:47:43 PM UTC-4, Ian Lance Taylor wrote:
>
> On Tue, Mar 20, 2018 at 8:52 AM, T L <tapi...@gmail.com <javascript:>> 
> wrote: 
> > BTW, another problem: 
> > are the function calls appearing in a composite literal evaluated by 
> their 
> > lexical left-to-right order? 
>
> Assuming you mean something like []int{f(), g(), h()}, then, yes.  The 
> order of function calls must be f(), g(), h(). 
>
> Ian 
>

Thanks for this and the other clarifications.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to