Given an expression e that is an array, determine and set the 'length' variable. Input: lengthVar Symbol of 'length' variable &e expression that is the array t1 Type of the array Output: e is rewritten to avoid side effects
expression that initializes 'length'
See Implementation
Given an expression e that is an array, determine and set the 'length' variable. Input: lengthVar Symbol of 'length' variable &e expression that is the array t1 Type of the array Output: e is rewritten to avoid side effects