March 2000
Intermediate to advanced
576 pages
18h 13m
English
Label Keyword
labelDigits,Identifier, ...;
The label keyword declares one or more labels. A
label can be a digit string with up to four digits (as in standard
Pascal) or an identifier (an extension to standard Pascal). A label
can be used later in the same block to identify a statement as the
target of a goto statement. You can also use a
label as the target of a JMP instruction in an
assembler block. See the goto statement for more
information.
In an assembler block, you can avoid declaring your labels by
prefacing the label with an at (@) sign. Such
labels are local to the subroutine.
| Asm Keyword, Goto Keyword |
Read now
Unlock full access