< Futurebasic < Language < Reference
#Else
Syntax
#IF condition [statementBlock1] [ #ELSE [statementBlock2]] #ENDIF
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.
Notes
No notes.
See Also
COMPILE LONG IF; COMPILE XELSE; #IF; #ENDIF
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.