7e050d477565c6f1ae95b15e18da62c315a8313f
[scpubgit/DX.git] / fragment.output / bind
1 $ ?
2 ? dict ?X
3 SetValue 0.X {{ }}
4 ? eq ?Y X
5 ? qact
6 SetValue 0.X {{ }}
7 ? eq Y {{ foo 1 }}
8 BindValue 0.Y 0.X
9 ? qact
10 SetValue 0.X {{ }}
11 BindValue 0.Y 0.X
12 ? .
13 {{ X {{ }} Y {{ }} }}
14 $ ?
15 ? dict ?X {{ foo {{ bar 1 }} }}
16 SetValue 0.X {{ foo {{ bar 1 }} }}
17 ? member_at X 'foo' ?Y
18 ? member_at Y 'bar' ?Z
19 BindValue 0.Y 0.X.foo
20 ? eq Z 2
21 BindValue 0.Z 0.Y.bar
22 ? member_at Y 'baz' 4
23 SetBoundValue 0.Z 2
24 SetBoundValue 0.Y.bar 2
25 SetValue 0.X.foo.bar 2
26 ? qact
27 SetValue 0.X {{ foo {{ bar 1 }} }}
28 SetValue 0.X.foo.bar 2
29 BindValue 0.Y 0.X.foo
30 BindValue 0.Z 0.Y.bar
31 ? .
32 {{ X {{ foo {{ bar 2 }} }} Y {{ bar 2 }} Z 2 }}