www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
if condition then statement else statement
try statement except exception else statement end
case expression of else end;
Description
The else keyword introduces the catch all part of several statements. 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