Syntax documentationexpression Locate this document in the navigation structure

Syntax Syntax

  1. <expression> ::=
      <term>
    | <expression> + <term>
    | <expression> - <term>
    | (<expression>)
    | -(<expression>)
End of the code.