Table of Contents

Grammar - Label

About

A label is a name that identifies a location within the source code.

It's generally used as part of a goto statement to move the flow of a program.

Documentation / Reference