Category:Ending Programs Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "Statements recommended for ending programs.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Statements recommended for ending programs.
{{:Ending Programs Statements}}
 
<noinclude>
[[Category:Statements]]
</noinclude>

Latest revision as of 21:57, 15 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)

Pages in category "Ending Programs Statements"

The following 3 pages are in this category, out of 3 total.