Y
Hacker News
new
|
ask
|
show
|
jobs
by
efaref
3924 days ago
It sounds like old-style BASIC exception handling.
ON ACCIDENT GOTO EMERGENCYROOM
1 comments
TeMPOraL
3923 days ago
Or modern JavaScript event handling. Button.onAccident(function() { ... });
link