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:
|
|
|
|
|
|
|
|
Flags Affected: NONE
Note the following:
Labels are not allowed on LISTON or LISTOFF directive lines.
See Also: Example Code, Compiler Directives
![]() |