\exit

Exits with the specified code.

Exit command can only be used in the interactive and scripting modes.

Usage:

\exit [code]

Parameters:

Parameter Required Description Default

code

Required

The exit code. If the given code is not in the [0,255] range, it exits with code 255.

N/A

Example:

\exit 10