END |
Top Previous Next |
Syntax END Description Ends your program. Parameters None Return value None Remarks END will cause the on-exit list to be iterated. Set a return value by use SETEXITCODE. See Also: ONEXIT, SETEXITCODE Example usage None |