6 About nesting and labels

Although the previous sections use the generic labels L0, L1 and L2, your program should use more useful label names. This section recommends a structured method to name the labels.

 6.1 Indentation
 6.2 More useful names
 6.3 Sequential numbers
 6.4 Nested constructs
 6.5 Boolean operator reduction transformations