A neutral file has the following characteristics:
|
|
|
|
|
|
|
<level> = integer, <field> = name, <value> = string which may be present. |
|
|
|
|
a. The name of a simple data type (integer,string,real,etc.) |
|
|
b. The name of an array. |
|
|
c. The name of a structure |
|
|
|
|
|
|
For one-dimensional arrays there is only one line at the higher level, whose <value> is a string of element values separated by commas. |
|
|
The notation "n*m" indicates the following "n" elements each have the value "m". |
|
|
|
|
|
|
|
|
|
|
|