[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion for 5.3: import() for creating a "slew" of locals
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Mon, 18 Nov 2013 15:14:52 +0100
On Mon, Nov 18, 2013 at 1:12 PM, Rena <hyperhacker@gmail.com> wrote:
> Also just to throw another wrench in, personally I like "local x, y, z from
> foo" rather than "in foo", as we're copying items from foo, not putting
> something in it.
"in" is already a keyword, and is good enough. semantically. Think
"please give me x, y and z located in foo".