ASCII Configuration File Structure

The ASCII configuration (.ACG) file is a standard ASCII file containing assignment statements that are generally in the form of keyword = value. The keyword is always placed on the left side of the statement and identifies the configuration parameter. The value is placed on the right side of the statement and is either a string of characters or a list of one or more keyword = value lines.

For example:
      keyword = value
 
      keyword = (
                  keyword = value
                  keyword = value
                  ...
                )