Organization of Bracket Instance Definition File
- Last UpdatedFeb 01, 2023
- 1 minute read
Two types of statements, namely the BRACKET statement and the INSTANCE statement, build up the bracket definition file. The BRACKET statement defines a bracket type while the INSTANCE statement defines a set of default parameters valid for the current instance of the bracket type.
The INSTANCE statement may be said to be a subordinate to the BRACKET statement in the sense that it may occur several times after each BRACKET statement. In that way a number of bracket instances may be defined for each defined bracket type in the definition file.
Thus, a normal layout of the file will be:
BRACKET, ...
INSTANCE, ...
INSTANCE, ...
.
.
BRACKET, ...
INSTANCE, ...
INSTANCE, ...
.
.
BRACKET, ...