Example; // Function that adds two numbers function AddNumbers(a, b: Double): Double; cdecl; begin AddNumbers := a + b end; // Export this function exports
by the function definition. The pseudo-function define used at the beginning of this section accomplishes this. When apply interprets a function represented