[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
procedure Exit; |
`Exit' leaves the currently executed procedure or function. Note: If `Exit' is called within the main program, it will be terminated instantly.
`Exit' is a UCSD Pascal extension. GNU Pascal does not support all uses of `Exit' but only those defined in Borland Pascal.
program ExitDemo; |
section 9.30 Break, section 9.52 Continue, section 9.108 Halt