This procedure converts expression between compatible types.
|
This procedure checks type compatibility between expression and specified type and sets expression to specified type if needed.
|
This procedure extends integers to new integer type.
|
Turbo Pascal uses few functions and procedures to process, check and convert strings - Char type and zero-based character arrays can also be considered as strings.
|
Turbo Pascal sometimes needs to convert number types.
|
Turbo Pascal checks if values are within limits.
|
Turbo Pascal uses a very interesting way of dealing with boolean expressions.
|
Loading an expression into registers is a very common task in Turbo Pascal compiler.
|
During expression calculation Turbo Pascal stores the value in registers. However, they are limited and some operations can be performed only with specific registers.
|
This procedure creates a pointer to any variable reference including procedures and functions.
|