[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Scoped variable attribute syntax
- From: Sergey Zakharchenko <doublef.mobile@...>
- Date: Tue, 18 Dec 2018 10:21:26 +0000
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