SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-57
IF
expression THEN statement
executes the statement following THEN if the conditional expression is true
or nonzero. Otherwise, the ELSE statement is executed.
ELSE statement
executes the statement following ELSE.
Considerations
•
You can nest IF statements.
•
You can use compound statements. For example, you can use a BEGIN…END
statement within an IF statement.
•
You can place semicolons to control the scope of compound statements as in other
block-structured languages such as PASCAL or TAL.