|
On 27.07.2016 07:29, Tim Hill wrote:
Definition: If # is used as table key in a table constructor the according statement is always evaluated last, if # is used more than once in a single table constructor the order of execution between those statements is undefined. There you go. Not that I like it, but not really an issue. Also
when I use the debugger, so far I have only seen Lua to evaluate
table constructors in order, so a solution would be to just
grantee the most obvious behavior. -- Thomas |