Open System Testing Architecture

TOC PREV NEXT INDEX



Labels

Labels may be used to identify SCL statements. A label consists of label name followed by a colon. For example:

 REQ_TIMEOUT: LOG "HTTP GET", url, "timed out"

A label name must be a valid OpenSTA Dataname.

Any defined subroutines may not reference labels defined in other sections of the code, since labels are local to the module within which they are defined.

See also:

The CODE Section


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