Control Structures

else

Supported By

Syntax

if condition then
   statementList
else
   statementList
end if

Description

The else keyword is part of the if control structure. See the description for if for details.

In OpenXION 1.3 and later, the else keyword can also be part of the repeat control structure. See the description for repeat for details.