View Single Post
  #12  
Old 10-28-2007, 08:10 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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.
__________________