lua-users home
lua-l archive

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


Hello list,

Dibyendu Majumdar <mobile@majumdar.org.uk>:
> Instead of using something like:
>
> local *toclose var
>
> is it possible to use:
>
> local var :scoped
> or
> local var @scoped

Indeed. Current syntax visually goes with 'local', making possible
further convenience improvements like "local *toclose a,b,c" look/be
ambiguous... (I have quite a bit of code I could convert to "local
a,*toclose b = ...").

Best regards,

-- 
DoubleF