Order of Execution

The subroutines listed in the routine-section of the specification do not have to be declared in the order in which they are intended to be executed. For extra flexibility, it is possible to define the specific order of execution in the final section. The syntax of this final section is:
% order: $function-number, $function-number, ...
Here, function-number corresponds to the position (top = 1, downwards) of the function in the previous section. When the order of execution is identical to the order in the 3rd section, the keyword %default may be used:
% order: $1, $2, $3, $4
      or
      % order: %default



Joren Heit 2013-12-17