TEMPLATE Procedure: Creating Markup Language Tagsets

ELSE Statement

Begins a statement block that executes if the corresponding DO statement is false.
Tip: If you specify the ELSE statement with the DO statement and the WHILE condition, then the ELSE statement executes only if the WHILE condition is false on the first evaluation.
See: DO Statement

Syntax

Optional Argument

event-statement-condition(s)
specifies one or more conditions that must be true for the event statement to execute.
Requirement:event-statement-condition(s) must be preceded by a slash (/).
See: For information about these conditions, see Event Statement Conditions.