cmd_endtry Function (ROM Call 0x348)

AMS 1.01 or higher bascmd.h

void cmd_endtry (void);

Executes TI-Basic 'EndTry' command.

cmd_endtry is an internal subroutine used by the TI-Basic interpreter for terminating an error-protected block ('Try'...'EndTry'). Principally, this function performs cmd_clrerr and signals that further TI-Basic instructions are not error-protected anymore. It is extremely unlikely that this function may be used inside a C program for anything useful.

Note: See TRY, ONERR, and ENDTRY to learn how to take control over errors while executing a C program.


Uses: clear_error_context, Float0Index, VarStore


See also: cmd_try