
10-28-2007, 08:10 AM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
Well duh.
And I prefer it would work like:
array = {"key=value", "key=value"};
Since that is how objects are saved to arrays and such, its more of a standard.
Doing array["key"] = value looks much nicer though and would be simple enough to implement. Python makes use of it well. |
|
|
|