| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Overview | Creating MTB Source Programs | Compiling MTB Programs | Compiler Directives | Special Characters |
| Syntax: | .ENDIF |
| Discussion: |
The .ENDIF statement is a compiler directive. As such, it causes an action
to occur when the program is compiled, not when the program is executed.
The .ENDIF directive can appear anywhere in an MTB source program.
See the .IF directive and Conditional Compilation. |