add notrace version for btdemo
[scpubgit/DX.git] / fragment.output / btdemo.notrace
1 $ ?
2 ? eq ?X {{ a 1 b 2 c 3 }}
3 SetValue 0.X {{ a 1 b 2 c 3 }}
4 ? eq ?Y {{ d 1 e 2 f 3 }}
5 SetValue 0.Y {{ d 1 e 2 f 3 }}
6 ? member_at X ?XKey ?XValue
7 SetValue 0.XKey 'a'
8 BindValue 0.XValue 0.X.a
9 ? member_at Y ?YKey ?YValue
10 SetValue 0.YKey 'd'
11 BindValue 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 }}
23 No next solution