Set an errorcode to return from console scripts [[[descr Set]]] the errorcode, or exitcode, to return to the operating system. Generally, 0 is used to indicate that no errors occured, and 1 and higher are used for error codes. If this function is not called, 0 is returned to the OS