Futurebasic/Language/Reference/poundendif

From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Jump to: navigation, search

Contents

[edit] #EndIf

[edit] Syntax

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

[edit] Description

#endif terminates a compiler conditional block.

[edit] See Also

#if; #else

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export