|
|
|
|
|
by gordonguthrie
5019 days ago
|
|
Yeah, but the problem with GOTO isn't at the GOTO end - that is usually very clear - in this case go here... The real problem is at the arrival point 'where has the thread of execution come from, and what state is the programme in'. Exceptions have the same arrival problem 'where in the code did this come from, and what was the state when it was thrown?' |
|