format aperture in backtrack trace
[scpubgit/DX.git] / fragment.output / btdemo.notrace
CommitLineData
db4a49de 1$ ?
2? eq ?X {{ a 1 b 2 c 3 }}
3SetValue 0.X {{ a 1 b 2 c 3 }}
4? eq ?Y {{ d 1 e 2 f 3 }}
5SetValue 0.Y {{ d 1 e 2 f 3 }}
6? member_at X ?XKey ?XValue
7SetValue 0.XKey 'a'
8BindValue 0.XValue 0.X.a
9? member_at Y ?YKey ?YValue
10SetValue 0.YKey 'd'
11BindValue 0.YValue 0.Y.d
12? eq XValue 2
13? eq YValue 2
14? ...
15{{
16 X {{ a 1 b 2 c 3 }}
17 XKey 'b'
18 XValue 2
19 Y {{ d 1 e 2 f 3 }}
20 YKey 'e'
21 YValue 2
22}}
23No next solution