type complex = record re, im: real end;
person = record name: alfa;
age: integer;
location: complex;
weight: real;
salary: real end;
var people = array [ 7..14, (austin, dallas, houston)]
of person;
people[10,dallas].location.im
A - (B / C - D) / E + F
Show the contents of the stacks at each step; produce a tree as output.
S --> a S S --> S b S --> b