Synopsis
NB_TRY_CONTEXT_t *nb_current_ctx;
Description

nb_current_ctx contains the topmost ‘try’ context created by nb_try. When CoreBASIC throws an error using nb_throw_exception, the error is thrown to the topmost try in nb_current_ctx.

See Also

nb_try, nb_throw_exception, NB_TRY_CONTEXT_t