On 30/11/05, Elmar Hinz <elmar.DOT.hinz at team.minus.red.dot.net> wrote:
> Dimitri Tarassenko wrote:
> >
> >
> > page[10](HTML) {
> > ...
> >
>
> Hmmm, looks more complicated to me then the original syntax. 4
> additional signs.
>
Not 4, _2_.
page.10 = HTML
12 characters, ignoring spaces.
page[10](HTML)
14 characters.
-Christopher