ID:2323508
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
An addition to operator[] and operator[]= for handling nested indexes, each passed as a parameter.

For example:
thing["x"]["y"]["z"] translates to thing.operator[]("x", "y", "z")
I don't see this as being very feasible but it'd be interesting to have
I was halfway through my /grid object definition when I realized this wasn't possible. I was trying to do grid(x,y) except with [] instead of () because we don't have () overloading, when I realized operator[] doesn't work with multiple arguments. Would be nice to have.