abort

Prev Next

Function Names

abort

Description

Program will do an immediate exit with exit code -1 No user interaction will happen, e.g. asking to press [ENTER] to leave.

Call as: procedure

Parameter count

0

Examples

  abort;

See also

exit