On 18 October 2012 23:59, Tom Szczesny <[email protected]> wrote: > As far as "Return" being described as "exception handling", > it's sort of a moot point in my case, as I need to implement > "Return" for Kona in C which does not have any built-in > exception handling facitlies for me to use anyway.
FWIW: there are the pseudo-functions setjmp and longjmp, designed precisely as a 'poor man's exception handling' interface for C (actually inherited in C from BCPL). ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
