Futurebasic/Language/Reference/poundendif

#EndIf

Syntax

#if condition
  [statementBlock1]
[ #else
  [statementBlock2]]
#endif

Description

#endif terminates a compiler conditional block.

See Also

#if; #else