Talk:Exception handling syntax: Difference between revisions

Content deleted Content added
SPIE: new section
Line 113:
 
I was trying to find somewhere in Wikipedia mention of IBMs OS/360 and successor SPIE (Specify Program Interrupt Exit). This is the user-mode way to get control for hardware exceptions. I think it is close to this article, but isn't mentioned. Also, possibly unlike some others, it allows one to return to where one came from, possibly after fixing things up. For example, in overflow one might stuff in the largest possible value and continue on. Otherwise, it looks like the article has much Unix specific notation. [[User:Gah4|Gah4]] ([[User talk:Gah4|talk]]) 14:04, 13 June 2019 (UTC)
 
== Propose to cover EH langs with resumes: PL/I Mesa Mythril ==
 
EH with resumes adds a critical feature of resumes from exception handling code to continue execution like there was no an exception. => the Exception handling syntax should demo it for all this langs.
 
Sorry I can't include the additions since have not found the appropriate code examples :(... The topic looks like out of general discussion for unknown to me reason.