Show TOC

termLocate this document in the navigation structure

			
<term>::=
  <factor>
| <term> * <factor>
| <term> / <factor>
| <term> DIV <factor>
| <term> MOD <factor>