Syntax documentationterm Locate this document in the navigation structure

Syntax Syntax

  1. <term> ::=
      <factor>
    | <term> * <factor>
    | <term> / <factor>
    | <term> DIV <factor>
    | <term> MOD <factor>
End of the code.