projects
/
scpubgit/DX.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
switch recheck to using an on_completion_step
[scpubgit/DX.git]
/
fragments
/
bind
Commit
Line
Data
79457e68
1
#trace +step +search
1e90aa03
2
?
9fd6087b
3
dict ?X
1e90aa03
4
eq ?Y X
5
qact
6
eq Y {{ foo 1 }}
7
qact
8
.
5b066a1c
9
?
10
dict ?X {{ foo {{ bar 1 }} }}
11
member_at X 'foo' ?Y
12
member_at Y 'bar' ?Z
13
eq Z 2
14
member_at Y 'baz' 4
15
qact
16
.