
May 30, 2016
3:23 p.m.
On 30 May 2016 at 16:07, Nikolaus Rath <Nikolaus@rath.org> wrote:
Yeah, but that might be useful too :-). How about:
extract key foo from d extract attribute foo import d
or
export key foo from d export attribute foo import d
As for "import", with both foo and d required to be identifiers.
At this point, the question has to be, how is this any better than foo = d.foo foo = d['foo'] ??? Paul