I know the PostScript equivalent to exit(EXIT_SUCCESS), it is the quit operator. However, the quit operator does not take any arguments, it's just quit, and not 0 quit or 1 quit.
I'm looking for the PostScript equivalent to exit(EXIT_FAILURE). If necessary, it can be assumed that the PostScript interpreter is GhostScript.
It can furthermore be assumed that the normally discouraged behavior of quit of terminating the PostScript interpreter is not just accepted but even desired in this case.