1
2
3%S0
4{tables
5 [{foo, [{attributes, [x,y,z]}]}]}.
6%E0
7
8
9%S1
10{foo, a, benny, 18}.
11{foo, b, elvis, 19}.
12{foo, c, benny, 20}.
13{foo, d, elvis, 21}.
14{foo, e, klacke, 22}.
15{foo, f, hans, 23}.
16%E1
17
18