|
|
|
|
|
by gordonguthrie
5019 days ago
|
|
> For the one case where people needed global control flow transfer (error handling) exceptions were developed. This was a progress from the extreme universality and abstraction of a goto-driven program to the concretion and specificity of pieces (such as procedures) solving specific problems. 'Throw' just means 'GOTO up somewhere' it is a posh goto... |
|