[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc6) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 8 Dec 2011 00:22:51 -0200
> I still wonder why package.path/cpath are strings rather than tables...
If you have a table of paths, it's easy to convert it to a string with
table.concat(t,";")