add "trace *" and introduce a fragment using it to show backtracking
[scpubgit/DX.git] / fragments / btdemo
CommitLineData
af4a440a 1trace *
2?
3eq ?X {{ a 1 b 2 c 3 }}
4eq ?Y {{ d 1 e 2 f 3 }}
5member_at X ?XKey ?XValue
6member_at Y ?YKey ?YValue
7eq XValue 2
8eq YValue 2
9...