[Overview][Constants][Types][Procedures and functions][Variables] |
Terminate and stay resident.
Source position: dosh.inc line 139
procedure Keep( |
exitcode: Word |
); |
Keepterminates the program, but stays in memory. This is used for TSR (Terminate Stay Resident) programs which catch some interrupt. ExitCodeis the same parameter as the Haltfunction takes.
Remark: | This call does nothing, it is present for compatibility only. |
None.