type complex = record re, im: integer end;
person = record name: alfa;
age: integer;
location: complex;
salary: real end;
var people = array [ 7..14, (austin, dallas, houston)]
of person;
people[10,dallas].location.imShow how it was derived and give the aref form.
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