Some variables which denote computations may be indexed. An indexed identifier is an identifier as above, followed by the character ``.'', followed by an integer expression. See section 3.5 for a description of integer expressions. See section 4.3 for more information on indexed variables. For example, if ``i'' is an integer variable, then the following are legal indexed identifiers.
a.3,
a.(2*i+1)