|
|
|
|
|
by CyberDildonics
1951 days ago
|
|
The person you replied to asked what the behavior was when you access an offset of an array that doesn't exist and you are giving me an example of dereferencing a null pointer. The array access should error out on the line that it happens. The dereference could print a line of the last assignment, but this isn't what was being talked about. |
|
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.