Futurebasic/Language/Reference/poundelse
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
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
This page may need to be