Procedure Keep (ExitCode: word) ;
Keep terminates the program, but stays in memory. This is used for TSR (Terminate Stay Resident) programs which catch some interrupt. ExitCode is the same parameter as the Halt function takes.
Under LINUX, this call does nothing.
Halt ()