Work Flow Language: Difference between revisions

Content deleted Content added
No edit summary
fix a couple typos
Line 7:
WFL also has an instruction block command which is used to give operators instructions needed to run the current job. These instructions are displayed using the 'IB' operator command.
 
WFL was a compiled language on the mediaummedium systems. Because some OS interfaces may change from release to release, Medium Systems WFL code included a copy of hethe source in the object file. Upon executing a WFL job it would check to determine if the object was compatible with the OS version. If not it would trigger a recompile of the object using the source embedded in the object code.
 
==See also==