Name

Else Keyword

Syntax

if Condition then Statement else Statement
try Statement... except Exception clauses... else Statements... end;
case Expression of Case clauses... else Statements... end;

Description

The else keyword introduces the catch-all part of several statements. See the sections describing those statements for details.

Note that the else part of an if statement is followed by a single statement, but the else part of the try-except and case statements can have multiple statements.

See Also

Case Keyword, If Keyword, Try Keyword
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset