Futurebasic/Language/Reference/poundelse

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

Contents

[edit] #Else

[edit] Syntax

#IF condition
  [statementBlock1]
[ #ELSE
  [statementBlock2]]
#ENDIF

[edit] Description

#ELSE is a synonym for COMPILE XELSE. If you use the #ELSE statement, you must also use the #IF and #ENDIF statements. In FBtoC COMPILE XELSE is not supported and #ELSE is the only available syntax.

[edit] Notes

No notes.

[edit] See Also

COMPILE LONG IF; COMPILE XELSE; #IF; #ENDIF

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