{id: process}
{id: execute-external-program-system} {i: system}
{id: execute-external-program-backtick} {i: `} {i: $?} {i: success?}
{id: execute-external-program-process} {i: exit} {i: exit_code} {i: exit_status}
{id: execute-external-program-capture}
{id: execute-external-program-capture2}
{id: abort} {i: abort}
{aside}
abort
is the combination of printing to the STDERR
and calling exit
with an exit code.
{/aside}
abort
prints a message to STDERR and exit with exit code 1 (see$?
or%ERROR_LEVEL%
)- Optionally we can supply the exit code as well.