lua-users home
lua-l archive

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


On Mon, Nov 18, 2013 at 1:12 PM, Rena <hyperhacker@gmail.com> wrote:
> Also just to throw another wrench in, personally I like "local x, y, z from
> foo" rather than "in foo", as we're copying items from foo, not putting
> something in it.

"in" is already a keyword, and is good enough. semantically. Think
"please give me x, y and z located in foo".