pTAL Guidelines for TAL Programmers
Differences Between TAL and pTAL
pTAL Guidelines for TAL Programmers—527256-002
3-8
Declaring Procedure Pointers
formal-param-names
is the identifier of a formal parameter. A procedure can have up to 32 formal
parameters, with no limit on the number of words of parameters and has the form:
param-name
is the identifier of a formal parameter. A procedure can have up to 32 formal
parameters, with no limit on the number of words of parameters.
param-pair
is a pair of formal parameter identifiers that comprise a language-independent
string descriptor in the form:
string
is the identifier of a standard or extended STRING simple pointer. The
actual parameter is the identifier of a STRING array or simple pointer
declared inside or outside a structure.
length
is the identifier of a directly addressed INT simple variable. The actual
parameter is an INT expression that specifies the length of string, in
bytes.
( )
param-name
param-pair
,
VST210.vsd
string length:
VST039.vsd