LISTON and LISTOFF


ANSI

 

The LISTOFF and LISTON compiler directives control the printer output during compilation. LISTOFF terminates printer output and LISTON turns it back on (the default). The amount of printed output may be controlled using these two directives. However, they only have effect if the 'L' compiler option is used. They use the following formats:

 

(1)

 

LISTON

(2)

 

LISTOFF

Flags Affected: NONE

Note the following:

  1. Labels are not allowed on LISTON or LISTOFF directive lines.

 

 

See Also: Example Code, Compiler Directives

 



PL/B Language Reference LIKE MACRO