macro:

Function:

macro: is used to specify the definition of a macro name. This definition is stored in the RFPP macro table.

Syntax:

	macro:(macro-name,definition)

macro-name is the name of the macro. It must start with an alphabetic character and end in a colon.

definition is the macro definition which replaces the name in the output Fortran code. The rules regarding this definition, and some descriptive examples, are detailed under the section called “Macro Syntax” and the section called “Defining Macros”.