5.6. Identifiers#
Syntax#
IdentifierPath = (* item: *) IDENTIFIER ((* separator: *) PERIOD (* item: *) IDENTIFIER)*;
«IDENTIFIER_START» = "_" | "$" | ("a"…"z") | ("A"…"Z");
«IDENTIFIER_PART» = «IDENTIFIER_START» | ("0"…"9");
Documentation#
Note
This section is under construction. You are more than welcome to contribute suggestions to our GitHub repository.