Command Reference
:
Programming Language Summary
then
Program Statements
Part of IF statement.
then
marks the beginning of commands to be executed if the condition given in the IF statement is satisfied.
Syntax
if
[condition]
then
[commands if condition true]
endif
Cross-references
See
“IF Statements”
. See also,
else
,
endif
,
if
.