Indirect call of builtins
=========================
Builtin macros can be called indirectly with `builtin':
builtin(NAME, ...)
which results in a call to the builtin 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.
The macro `builtin' is recognized only with parameters.