Open System Testing Architecture

TOC PREV NEXT INDEX



GOTO Command

Description:

This command transfers control to a specified script label. The transfer of control is immediate and unconditional.

Conditional branches may be made using the IF command.

Format:
 GOTO label
Parameter:
label

A label defined within the current scope of the script.

Examples:
 GOTO Start
 GOTO End-Of-Script

See also:

Flow Control Commands


OpenSTA.org
Mailing Lists
Further enquiries
Documentation feedback
CYRANO.com
TOC PREV NEXT INDEX