NAME: Halt USE: Immediately stops the execution of the program and returns control to the operating system. An exit code can optionally be passed to the DOS exitCode functions or to the ErrorLevel functions for batch files. DEPENDENCY: None SYNTAX: Halt(OptionalExitCodeValue : Word);