Switch to edit mode.
Name(s): go1: this.out = {}
2: for x in (this.raw)
3: if (index(x, "LIT"))
4: {lhs, rhs} = {x[1..rindex(x, $su.tab)], x[rindex(x, $su.tab)..$]}
5: lhs = $su:trim(lhs)
6: rhs = $su:trim(rhs)
7: player:tell("<precedent>")
8: player:tell("<name>", lhs, "</name>")
9: player:tell("<file>S:\\precedents\\divorce\\", rhs, ".wpt</file>")
10: player:tell("</precedent>")
11: endif
12: suspend(0)
13: endfor