[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Popularity contest
- From: Artur Galyamov <artur-pub@...>
- Date: Mon, 26 Sep 2011 16:09:33 +0400
26.09.11, 14:43, "Egil Hjelmeland" <privat@egil-hjelmeland.no>:
> Even more generic:
>
> local a,b,c from t
>
> being equivalent to
>
> local a,b,c = t.a, t.b, t.c
If I remember correctly, it was suggested several months ago, but using "in" keyword:
local min, max, floor in math
No new keywords there. I think it would be nice way to easily localize globals.