MDELM


 

The MDELM compiler directive allows user configuration of the macro parameter delimiting characters. The directive uses the following format:

 

 

 

MDELM

"{characters}"

 

Where:

characters

Required. A string literal containing the delimiter characters.

Flags Affected: NONE

Note the following:

  1. This operator is valid anywhere within the program.

  2. {characters} should be a string literal of zero to five characters defining the parameter delimiters.

  3. When a valid syntax form is detected, the specified characters is used when parsing macro parameters in addition to the comma.

  4. If {characters} is a null literal, only the comma is the parameter delimiter.

 

 

See Also: Example Code, Compiler Directives

 



PL/B Language Reference MDEFINED MEND