Maximum exit code supported by the operating system.
Source position: sysunixh.inc line 38
const maxExitCode = 255;
maxExitCode is the maximum value for the Halt call.
Halt
Stop program execution.