14.9.3 compilerproc

The compilerproc modifier is used internally by the compiler. It marks helper routines which you should never call directly, they are used by the compiler to implement routines for type conversions, concatenate string etc.

As a user, you should never use this modifier. You should also never call them directly, the compiler will issue calls to such procedures.