home *** CD-ROM | disk | FTP | other *** search
- A label is a prefix for a statement that allows you to specify the
- statement as the target of a goto. A label is visible anywhere in
- the function in which it is declared. In this example, if a
- division by zero is about to take place, both the inner and outer
- loops are exited and a message is printed.
-