Macro Parameters

Macro definitions can include parameters. The text given with the macro name is used in the macro expansion enabling the same macro to expand differently each time it is invoked.

This topic discusses defining macros that take parameters, and how to invoke macros that require parameters.