Goto (statement)

About this task

The compiler will produce an error if label does not exist.The label must appear within the same subroutine or function as the Goto .Labels are identifiers that follow these rules:

Procedure

  1. Must begin with a letter.
  2. May contain letters, digits, and the underscore character.
  3.  Must not exceed 80 characters in length.
  4.  Must be followed by a colon ( : ).
    Labels are not case-sensitive.