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

Content added Content deleted
Line 222: Line 222:
<p>Hopper has a basic "try/catch" handling, and must be handled manually. Only one exception will be raised.</p>
<p>Hopper has a basic "try/catch" handling, and must be handled manually. Only one exception will be raised.</p>
<p>VERSION 1: </p>
<p>VERSION 1: </p>
<syntaxhighlight lang="bennuGD">
<syntaxhighlight lang="c">
#include <jambo.h>
#include <jambo.h>


Line 266: Line 266:
</pre>
</pre>
<p>VERSION 2: </p>
<p>VERSION 2: </p>
<syntaxhighlight lang="bennuGD">
<syntaxhighlight lang="c">
#include <jambo.h>
#include <jambo.h>