[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: syntax
- From: Hans Hagen <pragma@...>
- Date: Wed, 20 Feb 2008 15:26:15 +0100
Hi,
t = {}
t.repeat = "x"
this gives
'<name>' expected near 'repeat'
i can imagine some limitations like assigments, say
repeat = 'x'
but since the reference states that
a.name as syntactic sugar for a["name"]
i'd expect the parser to recognize such cases; isn't this tricky with
repect to future extensions (read: new keywords) being used in scripts
as keys already?
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------