MLITERAL


 

The MLITERAL compiler directive enclosed a macro parameter replacement string in double quotes. The directive uses the following format:

 

 

 

MLITERAL(macroparam)

 

Where:

macroparam

Required. A currently valid {param} label reference for a MACRO definition replacement parameter.

Flags Affected: NONE

Note the following:

  1. This operator is only valid within the body of a MACRO and requires a specific syntax format.

  2. When a valid syntax form is detected, this operator is replaced by double quote marks.

 

 

See Also: Example Code, Compiler Directives

 



PL/B Language Reference MGIVING MMODE