On Fri, Jan 2, 2009 at 9:28 AM, Dan Bron <[email protected]> wrote: > Raul wrote: >> Adverse only works with errors, not thrown exceptions. >> 3 :'throw.' ::0: 'example' > > Remember that throw. pops the stack immediately, then starts > searching for error handlers. > > 3 :' 3 :''throw.'' ' ::0: 'example' > 0
Interesting. I did not know that it popped the stack twice for the case of :: -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
