Rule for DimensionSection

<DimensionKeyword>([⎵\t])* [=] ([⎵\t]*)<PositiveInteger>

Rule for DimensionKeyword

D(IM[ENSION]|im[ension])

Rule for PositiveInteger

(1-9)[(0-9)]*

Examples

DIM=5
DIMENSION= 7
Dim = 2
Dimension 8

May be used in


Legend

[X]: X is optional.
(X|Y|Z): One of X, Y or Z is present.
(A-E): Any ASCII symbol between symbol A and E.
X*: X may occur any number of times (including zero).