The "Exported functions" page appears in the settings notebooks of all program files (WPProgramFile class) and shows you the functions exported by the module.

For each exported function, its ordinal value, its type, and possibly its name are displayed.

Each exported function has an ordinal value, which is unique within the module. The first possible ordinal value is 1, and the last 65535. Not all ordinal values correspond to an exported function.

Each exported function has a type, being one of the following:

Some exported functions also have a name. This name, if defined, is case sensitive.