IB Statements/dotendif
From CometWiki
.ENDIF directive
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 Internet Basic source program.
See the .IF directive and Conditional Compilation.