From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
This page may need to be
reviewed for quality.
[edit] #EndIf
[edit] Syntax
#if condition
[statementBlock1]
[ #else
[statementBlock2]]
#endif
[edit] Description
#endif terminates a compiler conditional block.
[edit] See Also
#if; #else