Re: lua_concat left-associates: bug or feature?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_concat left-associates: bug or feature?
- From: spir <denis.spir@...>
- Date: 2012年12月09日 18:04:18 +0100
On 09/12/2012 16:35, Jay Carlson wrote:
Associativity does not specify order of evaluation, just the implicit parentheses.
How can one right-associate by first left-computing? An example?
Denis