|
|
||
|
tableWithMeaningfulName[] = value
I have to say that I don't like this, simply because the syntax doesn't convey any information about what it does --- if anything, it looks like it should assign to *all* members of the table. I'd rather have the language consistent and verbose rather than concise and full of special exceptions. That way lies madness, e.g. Perl.
t[++] = val
or just:
t[+] = val
Enrico