Platform | x64, Win32 |
Purpose |
To terminate a program. |
Syntax |
SUBROUTINE EXIT(ERROR_CODE)
|
Description |
This routine terminates the program and returns to the operating system. If the error code is non zero the termination will be abnormal. Abnormal termination will interrupt the flow of a .BAT file (as if control break had been pressed). |
Notes |
This is a Silverfrost library function. |
See also |