[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Simple catch of local names
- From: Rodrigo Azevedo <rodrigoams@...>
- Date: Sat, 8 Jun 2019 08:03:35 -0300
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