IGNORE

The IGNORE option controls whether ASSERT, DISPLAY, and PUT statements are ignored. When a statement is ignored, it is as if the statement is replaced by a semicolon.

Read syntax diagramSkip visual syntax diagram
   .-NOIGNORE----------------------.   
   |            .-+---+-------.    |   
   |            | '-,-'       |    |   
   |            V             |    |   
>>-+-IGNORE--(----+-ASSERT--+-+--)-+---------------------------><
                  +-DISPLAY-+          
                  '-PUT-----'          

ASSERT
The compiler ignores all ASSERT statements, including any function references contained in those statements.
DISPLAY
The compiler ignores all DISPLAY statements, including any function references contained in those statements.
PUT
The compiler ignores all PUT FILE statements.