Command Reference
:
Programming Language Summary
endif
Program Statements
End of IF statement. Marks the end of an IF, or an IF-ELSE statement.
Syntax
if
[condition]
then
[commands if condition true]
endif
Cross-references
See
“IF Statements”
. See also,
if
,
else
,
then
.