Tests7.14.13 phrase//2, phrase//3
The grammar body elementphrase(NonTerminal__1, Arg1)describesphrase(NonTerminal)whereNonTerminalis constructed by appending the additional argumentArg1to the arguments (if any) ofNonTerminal__1.The grammar body element
phrase(NonTerminal__2, Arg1, Arg2)describesphrase(NonTerminal)whereNonTerminalis constructed by appending the additional argumentsArg1andArg2to the arguments (if any) ofNonTerminal__2.
- EXAMPLE —