TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-34
Unlabeled CASE Statement
case - alternative
Unlabeled CASE Statement
The unlabeled CASE statement executes a choice of statements based on an inclusive
range of implicit selector values, from 0 through
n, with one statement for each value.
CODE Statement
The CODE statement specifies machine-level instructions and pseudocodes to compile
into the object file.
case -
label
lower -
case - label
upper -
case - label
. .
statement
;
,
->
VSTB079.vsd
selectorCASE OF BEGIN ;
statement
END
OTHERWISE ;
statement
VSTB080.vsd
CODE ( instruction )
;
VSTB081.vsd