The use of certain compiler directives provides a means of including or omitting selected lines of source code. This is called conditional compilation. The compiler directives that are used for conditional compilation are the EVALUATE directive and the IF directive. The EVALUATE and IF directives are used to select lines of code that are to be compiled or are to be omitted during compilation.