Re: [go-nuts] About argument evaluation order.

2018-03-20 Thread Ian Lance Taylor
On Tue, Mar 20, 2018 at 8:45 AM, T L wrote: > The Go specification only says > > In a function call, the function value and arguments are evaluated in the > usual order. > > The usual order is explained here: > https://tip.golang.org/ref/spec#Order_of_evaluation > But I am not clear on what the us

[go-nuts] About argument evaluation order.

2018-03-20 Thread T L
The Go specification only says In a function call, the function value and arguments are evaluated in the usual order . The usual order is explained here: https://tip.golang.org/ref/spec#Order_of_evaluation But I am not clear on what the usual