{ ( expr ) 
| { + | - | PRIOR } expr
| expr { * | / | + | - | || } expr
}

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.

Note: The double vertical bars are shown in boldface type because they are part of the syntax (indicating concatenation) rather than BNF punctuation.