Delimiting space in GNML tags

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Oct/2016, at 14:39

The names of GNML tags and GNML styles have to be separated from the related parameters (if any), with at least one space.

Correct
>f 9003<
>h 12pt<

Wrong

>f9003<

>h12pt<

If the space is omitted between the tag name and parameters, the tag name is misunderstood; for example, >f9003< is understood as the tag >f9003< and not as the tag 'f' followed by value '9003'.

Note

Some sort of exception are the tags in which the parameter(s) may be omitted. For example >rem< behaves the same as >rem 0<; >is< behaves the same as >is 0<.