Language:
Русский
English
Simple-type constants
The declaration of a simple-type constant specifies the value of the constant.
The value of a typed constant may be specified using a constant address expression.
Because a typed constant is actually a variable with a constant value, it cannot be interchanged with ordinary constants.
Examples
const
Maximum: Integer = 9999;
Factor: Real = -0.1;
Breakchar: Char = #3;