
LOWER -- An example of how to add external functions to your programs.
----------------------------------------------------------------------

To run:

    lower macroname [argstring]

A simple macro, TEST.CMD, has been provided, so just type:

    lower test

To try it out.

This runs the TEST.CMD file, which then calls the Lower() function
registered in the executable.


Notes
-----

The file RUNMACRO.C is unchanged from the previous example (RUNMACRO).

The code that defines and registers the external function is in LOWER.C.

