next up previous contents index
Next: MSDos Up: Functions and Procedures Previous: Intr

Keep

   

Declaration:

Procedure Keep (ExitCode: word) ;

Description:

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.

Errors:

Under LINUX, this call does nothing.

See also:

Halt ()



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998