The following is a list of all modi ers. They are not exactly reserved words in the sense that they can be used as identi ers, but in speci c places, they have a special meaning for the compiler.
|
Remark: Prede ned types such as Byte, Boolean and constants such as maxint are not reserved words. They are identi ers, declared in the system unit. This means that these types can be rede ned in other units. The programmer is, however, not encouraged to do this, as it will cause a lot of confusion.