TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-33
CALL Statement
CALL Statement
The CALL statement invokes a procedure, subprocedure, or entry point, and optionally
passes parameters to it.
param - pair
Labeled CASE Statement
The labeled CASE statement executes a choice of statements the selector value
matches a case label associated with those statements.
CALL
identifier
( )
param
param - pair
,
VSTB076.vsd
string length:
VSTB077.vsd
CASE selector OF BEGIN
case -
alternative
;
END
OTHERWISE
statement
->
;
VSTB078.vsd