Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::

Method exit()


Method exit

void exit(int returncode)

Description

Exit the whole Pike program with the given returncode .

Using exit() with any other value than 0 (zero) indicates that something went wrong during execution. See your system manuals for more information about return codes.

See also

_exit()