The built-in functions

The built-in functions are functions which are automatically declared by the compiler, and each built-in function is associated with a built-in function identifier. Unlike reserved words, you can declare your own identifiers with the same spelling as a built-in function identifier, and if you do so then your declaration will override the declaration made by the compiler. The built-in function identifiers are listed below: