|
|
|
|
|
by luckydude
1952 days ago
|
|
I don't see the array access as any different than a null pointer dereference, in both cases you are asking for something that isn't there. In Tcl, stuff just gets auto expanded on assignment and returns "" (I think) on dereference. We chose to return undef. I'm not sure what the problem is. |
|
I also explained a huge difference between the two already (you know how large an array is and can detect an out of bounds access when it happens).