NAME
structure - structure control flow
SYNOPSIS
structure infile outfile { infile outfile }*
DESCRIPTION
The structure program builds structured control flow (tree_ifs, tree_loops, and tree_fors) out of unstructured control flow (branches and labels) where it can be done in a natural way. It also turns tree_loops into tree_fors when they are in the right form.
HISTORY
This program was written by Chris Wilson.