Previous: Local Block Declarations To the Table of Content Next: Arithmetic Operators

- 2.2.8 -
TMT Pascal Language Description
Pascal Language Structure

Expressions

Expressions are constructs made up of operators and operands. Expressions work with existing data and return new data. In TMT Pascal there exist two types of operations, unary and binary. Unary operations work with one operand and binary operations work with two operands. Regardless of the operator, operands may be constants, variables, data returned by another operator, or data returned by a function call. Operators can be grouped according to the types they operate on. There are five groups of operators: integer, real, Boolean, set, and relational.

Here is a description of the operator groups:


Previous: Local Block Declarations To the Table of Content Next: Arithmetic Operators
Local Block Declarations Table of Content Arithmetic Operators

- 2.2.8 -