When Method Call Is Evaluated (1)
if Expression Stack at time t = [ [ ], [ [ obj.append(x)
, ys ], rest ] ], then Expression Stack at time (t + 1) = [ ys, rest ]
Comments
Please log in to add comments
if Expression Stack at time t = [ [ ], [ [ obj.append(x)
, ys ], rest ] ], then Expression Stack at time (t + 1) = [ ys, rest ]
Please log in to add comments