Program control (jumps/skips)

<< Click to Display Table of Contents >>

Navigation:  User guide > Go to >

Program control (jumps/skips)

Program control commands in CL govern the order in which script commands are executed. They allow you to jump round sections of the code or to re-execute sections several times; they can thus improve the efficiency of a run and reduce the amount of CL script code necessary.

For repetitive code (loops) see also the pre-processor

For further information on Program control (jumps/skips) please see section:

Branching

Destinations

Interactive branching