Open System Testing Architecture

TOC PREV NEXT INDEX



END SUBROUTINE Command

Description:

This command terminates a subroutine. It must follow all other executable commands within the subroutine. The only statements that may follow an END SUBROUTINE command are a comment, a new SUBROUTINE command or an INCLUDE command; the included script must contain more subroutine definitions.

A subroutine is initiated by the SUBROUTINE command.

Format:
 END SUBROUTINE
Parameters:

None

Example:
 END SUBROUTINE

See also:

Flow Control Commands


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