Node: FORM Strings, Next: , Previous: Standard I/O Packages, Up: The Implementation of Standard I/O



FORM Strings

The format of a FORM string in GNAT is:

     "keyword=value,keyword=value,...,keyword=value"
     

where letters may be in upper or lower case, and there are no spaces between values. The order of the entries is not important. Currently there are two keywords defined.

     SHARED=[YES|NO]
     WCEM=[n|h|u|s\e]
     

The use of these parameters is described later in this section.