Indirect call of built-ins ========================== Built-in macros can be called indirectly with `built-in': builtin(NAME, ...) which results in a call to the built-in NAME, which is passed the rest of the arguments. This can be used, if NAME has been given another definition that has covered the original.