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.