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