LBL : Label used by goto command.

syntax: LBL <label>

LBL (label) and GOTO (go to) are used together for branching. LBL specifies the <label> of a location within the program that is used by GOTO or MENU instructions to jumped to that particular program location.