Ending Programs Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT[[:Category:Ending Programs Statements]]
;[[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 (statement)|Stop]] (ST)
Ends a program and closes all files. (Can be used as the result of a single line if statement)
 
<noinclude>
[[Category:Summary of Statements]]
</noinclude>

Latest revision as of 01:12, 16 July 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)