ELSE

Top  Previous  Next

Syntax

ELSE

Description

Reserved word. Used in IF statements and IF blocks.

Parameters

None

Return value

None

Remarks

See Also: IF

Example usage

IF a$ = "hello" THEN PRINT "goodbye" ELSE PRINT "hello"