TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-16
Simple Pointers
Simple Pointers
A simple pointer is a variable you load with a memory address, usually of a simple
variable or array, which you access with this simple pointer.
Structure Pointers
A structure pointer is a variable you load with a memory address of a structure, which
you access with this structure pointer.
Equivalenced Variable Declarations
The following syntax diagrams describe equivalenced variable declarations for simple
variables, simple pointers, structures, and structure pointers.
type identifier
initializatio
n
.
,
:=
;
.EXT
VSTB040.vsd
STRING
INT
.
.EXT
identifier referral
(
)
,
initialization
:=
;
VSTB041.vsd