TAL Reference Summary

Statements
TAL Reference Summary
096256 Tandem Computers Incorporated 41
Labeled CASE Statement The labeled CASE statement executes a choice of statements the selector value matches
a case label associated with those statements.
041
statement
END
;–>
OTHERWISE
CASE
selector
BEGINOF
case-alternative ;
case-alternative
case-label
lower-
case-label
statement
–>
,
;
042
:
upper-
case-label
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..
CASE
selector
BEGINOF
statement
statement
END
OTHERWISE
;
;
040