Futurebasic/Language/Reference/poundelse
#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