function-call
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
function-call =
name , argument-list | "readonly" , argument-list
| ( class-name | fully-dereferenceable-expression ) , "::" , member-name , argument-list
| callable-expression , argument-list ;