Fast Track 2.5

From BR Wiki
Revision as of 21:24, 5 August 2014 by Laura (talk | contribs) (Created page with "====PROC==== Procedure files are simply text files that list programs which are to be run in order. They can include additional commands, variables to pass on, and statements...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PROC

Procedure files are simply text files that list programs which are to be run in order. They can include additional commands, variables to pass on, and statements if necessary. Proc files can be run from within a program using EXECUTE “proc name” or Chain “proc name”. CHAIN by itself can have a similar effect by running another program from within the current one.