neolithos / neolua

A Lua implementation for the Dynamic Language Runtime (DLR).
https://neolua.codeplex.com/
Apache License 2.0
466 stars 76 forks source link

Fixing Concat method for tables with metamethod #171

Closed powercode closed 1 year ago

powercode commented 1 year ago

Here is a suggestion for a fix for #169.

neolithos commented 1 year ago

I learned something new. Thx.