lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 24/08/2011 9.04, Greg Ludwig wrote:
[...]

Interesting approaches! Especially:

tbl = multi_setval(
   {'a','b','c',  val=good},
   {4,5,6,        val=bad},
   {7,'8','9',    val=so_so}
)


I haven't the time to examine them closely ATM.


For now, thank you very much for the feedback!


-- Lorenzo