7.14.13 phrase//2, phrase//3
The grammar body elementphrase(NonTerminal__1, Arg1)
describesphrase(NonTerminal)
whereNonTerminal
is constructed by appending the additional argumentArg1
to the arguments (if any) ofNonTerminal__1
.The grammar body element
phrase(NonTerminal__2, Arg1, Arg2)
describesphrase(NonTerminal)
whereNonTerminal
is constructed by appending the additional argumentsArg1
andArg2
to the arguments (if any) ofNonTerminal__2
.
- EXAMPLE —