Previous Topic: SyntaxNext Topic: Syntax


END Control Statement

The END control statement is used to specify the end of a DO control statement, an IF control statement, or an ON control statement. There must be a one-to-one correspondence between each DO/IF and END control statement. An END control statement at the lowest level (level 1) indicates the last control statement.