Contents | Prev | Next

5.15.1 The built-in type identifiers

Built-in type identifiers are automatically defined by the compiler. Unlike reserved words, you can define your own identifiers with the same spelling as built-in type identifiers, if you do then your definition will override the definition made by the compiler. The built-in type identifiers are listed below:

Contents | Prev | Next