lua-users home
lua-l archive

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


All <toclose> are ‘local’ and <const>. Could it be simplified?

local x, <y>, z, <k> = ....

The <Name> are ‘<const>‘ and, when out of scope, checked by a possible __catch ?

For common cases values (numbers, strings etc) the __catch and respective vm instruction, can be avoided, as expected.

Thanks

--
Rodrigo Azevedo Moreira da Silva