 
 
 

 The Configuration Section is optional .
 The Configuration Section is optional . 
    
This section is divided into paragraphs: the Source-Computer paragraph, which describes the computer configuration on which the source element is compiled; the Object-Computer paragraph, which describes the computer configuration on which the runtime module produced by the compiler is to be run; the Special-Names paragraph, which provides a means for specifying the currency symbol and the currency string, choosing the decimal point, specifying symbolic-characters, relating implementor-names to user-specified mnemonic-names, relating alphabet-names to character sets or collating sequences, and relating class-names to sets of characters; the Repository paragraph, which provides a means for associating a local name with an external resource and specifying which intrinsic function names become reserved words for this source unit; and the Constraints paragraph, which provides a means for specifying properties of generic parameters, and therefore allows the use of methods or properties on data items whose type is that generic parameter.
 The CONFIGURATION SECTION header is optional only if it is the first statement in the program.
 The CONFIGURATION SECTION header is optional only if it is the first statement in the program. 
     The Configuration Section must not be stated in a program that is contained within another program.
 The Configuration Section must not be stated in a program that is contained within another program. 
     The Configuration Section must not be stated in a method definition.
 The Configuration Section must not be stated in a method definition. 
     The Source-Computer, Object-Computer and Repository paragraphs must not be stated in a factory definition or an object definition.
 The Source-Computer, Object-Computer and Repository paragraphs must not be stated in a factory definition or an object definition. 
    
 The Constraints paragraph must not be stated in a factory defintion or an object definition.
 The Constraints paragraph must not be stated in a factory defintion or an object definition. 
     
 
