LOTUSSCRIPT LANGUAGE


Labels
A label gives a name to a statement. A label is built in the same way as an identifier.

These statements transfer control to a labeled statement by referring to its label:


The following rules govern the use of labels in a script:
See Also