|
On 04/25/2014 11:21 AM, Coroutines wrote:
Just write some_table["end"] = 3, of course that's a bit longer and not as nice. I sometimes wish for some_table.1 (some_table["1"]) as well.I'd like to be able to write some_table.end = 3 -- currently not possible :(
-- Thomas