Problem
1. How should a reference to an array element of the type a (61 be considered? Should it be viewed as a single operand? As an operator a applied to the operands i and 4? What about the comma?
2. How should a procedure identifier be considered, both when declared and when called? What about the identifier of a procedure that is passed as a parameter to another procedure?