Ending Programs Statements: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Redirected page to Category:Ending Programs Statements) | No edit summary | ||
| Line 1: | Line 1: | ||
| ;[[Chain]] (CH) | |||
| Ends the current program and starts execution of another program, procedure, or sub-procedure; allows variables to retain their current values. | |||
| ;[[End]] (EN) | |||
| Ends a program and closes all files. | |||
| ;[[Stop]] (ST) | |||
| Ends a program and closes all files. (Can be used as the result of a single line if statement) | |||
Revision as of 22:02, 6 February 2013
- Chain (CH)
Ends the current program and starts execution of another program, procedure, or sub-procedure; allows variables to retain their current values.
- End (EN)
Ends a program and closes all files.
- Stop (ST)
Ends a program and closes all files. (Can be used as the result of a single line if statement)