Data editing > Your Quantum program > Components of a program > Loops and routing
 
Loops and routing
Quantum includes features to make programming more efficient. For example, repetitive checks may be specified once with instructions to Quantum to repeat them a given number of times or until a certain condition is satisfied. The word associated with loops of this kind is do.
There are two sorts of routing: you can either go to another edit statement (go to) or you can send the record straight on to the tabulation section (return).
See also
Components of a program