TAL Reference Manual

TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-31
Entry Points
subproc - body
Entry Points
The entry-point declaration associates an identifier with a secondary location from
which execution can start in a procedure or subprocedure.
Labels
The LABEL declaration reserves an identifier for later use as a label within the
encompassing procedure or subprocedure.
Statements
The following syntax diagrams describe statements in alphabetic order.
Compound Statements
A compound statement is a BEGIN-END construct that groups statements to form a
single logical statement.
VSTB069.vsd
BEGIN END
;
sublocal - decl statement
;
;
ENTRY identifier ;
,
VSTB070.vsd
LABEL identifier ;
,
VSTB071.vsd