Label

From Lazarus wiki
Revision as of 21:32, 16 October 2007 by Jury (talk | contribs) (New page: The '''label''' keyword is used for declaration of labels (markers for unconditional jumps using goto keyword) used further in the unit/program.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The label keyword is used for declaration of labels (markers for unconditional jumps using goto keyword) used further in the unit/program.