Exceptions/Catch an exception thrown in a nested call: Difference between revisions

m
Line 222:
<p>Hopper has a basic "try/catch" handling, and must be handled manually. Only one exception will be raised.</p>
<p>VERSION 1: </p>
<syntaxhighlight lang="bennuGDc">
#include <jambo.h>
 
Line 266:
</pre>
<p>VERSION 2: </p>
<syntaxhighlight lang="bennuGDc">
#include <jambo.h>
 
543

edits