Contents | Prev | Next | Index


Label Statements

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.

Label Declaration
decl          ::= LABEL label_list ;
label_list ::= label_list , label
::= label label ::= <integer> ::= <identifier>

Label Statement
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