Futurebasic/Language/Reference/poundendif

From Wikibooks, open books for an open world
Jump to navigation Jump to search

#EndIf

[edit | edit source]

Syntax

[edit | edit source]
#if condition
  [statementBlock1]
[ #else
  [statementBlock2]]
#endif

Description

[edit | edit source]

#endif terminates a compiler conditional block.

See Also

[edit | edit source]

#if; #else