Contents
Identifiers and reserved keywords
An identifier is a sequence of ASCII alphabetic, digit, and
underscore (_
) characters. The first character must be an
ASCII alphabetic character.
(107) identifier ::=
|
|
(108) identifier-list ::=
|
|
Words that are reserved keywords in the dotgen language are valid identifiers where their use is not ambiguous.