IB Statements/dotendif

From CometWiki

< IB Statements(Difference between revisions)
Jump to: navigation, search
Badge (Talk | contribs)
(New page: '''.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 w...)

Latest revision as of 13:54, 22 May 2009

.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.