4.1. Identifiers

When you reference parts of the pattern, you do so by naming them.

start identifier=(0) return identifier

Identifiers are can be lower or upper case, and may contain underscore. If other characters are needed, you can use the ` sign. Same rules apply to property names.

start a=(0) return a.`property.with.periods`