if
condition then
statementList
end
if
The then
keyword is part of the if
control structure. See the description for if
for details.
In OpenXION 1.3 and later, the then
keyword can also be part of the repeat
control structure. See the description for repeat
for details.