Contents | Prev | Next | Index
A label statement defines a point inside a statement sequence which can used as goto-targets for goto statements. The label identifier or number must be introduced in a label list of the declaration parrt of the block.
decl ::= LABEL label_list ; |
label_stmt ::= label : |
Contents | Prev | Next | Index
Canterbury Pascal for JVM (Last documentation update
Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com
. All rights reserved.
Please send any comments or corrections to
neuhoff@mhccorp.com