lua-users home
lua-l archive

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


> local a, b from some_table_expression

Using "in" instead of "from" avoids the creation of a new keyword, but may
not be as readable. --lhf