ELSE
Syntax
Description
Reserved word. Used in IF statements and IF blocks.
Parameters
None
Return value
Remarks
See Also: IF
Example usage
IF a$ = "hello" THEN PRINT "goodbye" ELSE PRINT "hello"