new-variable
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
new-variable =
variable-like
| new-variable , "[" , [ expression ] , "]"
| new-variable , ( object-operator | nullsafe-object-operator ) , property-name
| ( class-name | new-variable ) , "::" , variable-like ;