Loops and Jumps in Scripts
ArborX


Summary
This is an example of simple scripting showing jumps and labels.

The simple script below illustrates the use of labels and jump forward and jump backward macros:

 }skip 1
 @skip this 2
 :skip 3
 @Hello 4

Document created on 08-Feb-2003 (revision 1)