next up previous contents
Next: Assignment Up: Expressions and Assignment Previous: Expressions and Assignment

 

Expressions

 

Each of the three broad type classes has its own set of intrinsic (in-built) operators, these are combined with operands to form expressions. Expressions are made from one operator (eg, +, -, *, /, // and **) and at least one operand. Operands are also expressions.

Expressions have types derived from their operands; they are either of intrinsic type or a user defined type. For example,

In addition to the intrinsic operations:

Return to corresponding overview page gif


next up previous contents
Next: Assignment Up: Expressions and Assignment Previous: Expressions and Assignment

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.