Exceptions: Difference between revisions

Content added Content deleted
m (Added to Java's category)
No edit summary
Line 140: Line 140:


==[[Forth]]==
==[[Forth]]==
[[Category:Forth]]
Forth's exception mechanism is, like most things in Forth, very simple but powerful.
Forth's exception mechanism is, like most things in Forth, very simple but powerful.
CATCH captures the data and return stack pointers, then exectutes an execution token.
CATCH captures the data and return stack pointers, then exectutes an execution token.