Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
return 0;
(System/exit 0)
IDENTIFICATION DIVISION.
PROGRAM-ID. date format.
PROCEDURE DIVISION.
STOP RUN.
exit(1);
Environment.Exit(0)
System.halt()
erlang:halt(0).
stop
process.exit()
throw new RuntimeException();
System.exit(0);
throw new Error();
(exit)
os.exit()
return
die();
exit();
halt(0);
exit 0;
exit
std::process::exit(0);
(exit)
End()