Procedure Commands: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
 
(No difference)

Latest revision as of 10:13, 5 January 2012

Alert (AL)

Stops execution within a procedure file so that the operator may attend to the printer, change disks, or perform some other action.

Proc

Opens and begins execution of a procedure file.

ProcErr

Indicates the appropriate way to handle an error in an active procedure file.

Skip (SK)

Causes execution to skip a specified number of procedure lines or to skip to a specified label.

SubProc (SU)

Runs one procedure from within another procedure.