[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: Keep
USE: Procedure to terminate a program, but keep it in memory.
This procedure keeps the entire program in memory, including
the stack, heap, and data areas. Keep accepts an exit code
corresponding to the Halt exit code.
DEPENDENCY: The DOS unit must be used placed in the uses section.
SYNTAX: Keep(ExitCodeValue : Word);
See Also:
Halt
DosExitCode
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson